Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-8088
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 0 Version: 3.9.0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0a1 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-10-11T22:03:20.370Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { url: "http://www.openwall.com/lists/oss-security/2024/08/22/1", }, { url: "http://www.openwall.com/lists/oss-security/2024/08/22/4", }, { url: "http://www.openwall.com/lists/oss-security/2024/08/23/1", }, { url: "http://www.openwall.com/lists/oss-security/2024/08/23/2", }, { url: "https://security.netapp.com/advisory/ntap-20241011-0010/", }, ], title: "CVE Program Container", }, { affected: [ { cpes: [ "cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "cpython", vendor: "python_software_foundation", versions: [ { lessThanOrEqual: "3.13.0", status: "affected", version: "0", versionType: "custom", }, ], }, ], metrics: [ { other: { content: { id: "CVE-2024-8088", options: [ { Exploitation: "none", }, { Automatable: "yes", }, { "Technical Impact": "partial", }, ], role: "CISA Coordinator", timestamp: "2024-08-23T17:18:49.209334Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-08-23T17:32:19.819Z", 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.6", status: "affected", version: "3.12.0", versionType: "python", }, { lessThan: "3.13.0rc2", status: "affected", version: "3.13.0a1", versionType: "python", }, ], }, ], credits: [ { lang: "en", type: "remediation developer", value: "Jason R. Coombs", }, { lang: "en", type: "coordinator", value: "Seth Larson", }, ], descriptions: [ { lang: "en", supportingMedia: [ { base64: false, type: "text/html", value: "<div>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.<br></div><div><br></div><div>When 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.</div>", }, ], value: "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.", }, ], metrics: [ { cvssV4_0: { Automatable: "NO", Recovery: "USER", Safety: "NEGLIGIBLE", attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "NETWORK", baseScore: 8.7, baseSeverity: "HIGH", privilegesRequired: "NONE", providerUrgency: "NOT_DEFINED", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/S:N/AU:N/R:U/RE:L", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "NONE", vulnIntegrityImpact: "NONE", vulnerabilityResponseEffort: "LOW", }, format: "CVSS", scenarios: [ { lang: "en", value: "GENERAL", }, ], }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-835", description: "CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2024-09-07T02:45:14.991Z", orgId: "28c92f92-d60d-412d-b760-e73465c3df22", shortName: "PSF", }, references: [ { tags: [ "vendor-advisory", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/pull/122906", }, { tags: [ "issue-tracking", ], url: "https://github.com/python/cpython/issues/122905", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db", }, { tags: [ "issue-tracking", ], url: "https://github.com/python/cpython/issues/123270", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1", }, ], source: { discovery: "UNKNOWN", }, title: "Infinite loop when iterating over zip archive entry names from zipfile.Path", x_generator: { engine: "Vulnogram 0.2.0", }, }, }, cveMetadata: { assignerOrgId: "28c92f92-d60d-412d-b760-e73465c3df22", assignerShortName: "PSF", cveId: "CVE-2024-8088", datePublished: "2024-08-22T18:45:31.807Z", dateReserved: "2024-08-22T12:42:32.661Z", dateUpdated: "2024-10-11T22:03:20.370Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2024-8088\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-08-22T19:15:09.720\",\"lastModified\":\"2024-11-21T09:52:39.210\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Existe una vulnerabilidad de gravedad ALTA que afecta al módulo \\\"zipfile\\\" de CPython. Al iterar sobre nombres de entradas en un archivo zip (por ejemplo, métodos de \\\"zipfile.ZipFile\\\" como \\\"namelist()\\\", \\\"iterdir()\\\", \\\"extractall()\\\", etc.), el proceso se puede poner en un infinito bucle con un archivo zip creado con fines malintencionados. Este defecto se aplica al leer solo metadatos o extraer el contenido del archivo zip. Los programas que no manejan archivos zip controlados por el usuario no se ven afectados.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnerableSystemConfidentiality\":\"NONE\",\"vulnerableSystemIntegrity\":\"NONE\",\"vulnerableSystemAvailability\":\"HIGH\",\"subsequentSystemConfidentiality\":\"NONE\",\"subsequentSystemIntegrity\":\"NONE\",\"subsequentSystemAvailability\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirements\":\"NOT_DEFINED\",\"integrityRequirements\":\"NOT_DEFINED\",\"availabilityRequirements\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnerableSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedVulnerableSystemIntegrity\":\"NOT_DEFINED\",\"modifiedVulnerableSystemAvailability\":\"NOT_DEFINED\",\"modifiedSubsequentSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedSubsequentSystemIntegrity\":\"NOT_DEFINED\",\"modifiedSubsequentSystemAvailability\":\"NOT_DEFINED\",\"safety\":\"NEGLIGIBLE\",\"automatable\":\"NO\",\"recovery\":\"USER\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"LOW\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-835\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/122905\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/123270\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/122906\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/22/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/22/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/23/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/23/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241011-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/22/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/22/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/23/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/23/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241011-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-10-11T22:03:20.370Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-8088\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-23T17:18:49.209334Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python_software_foundation\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"3.13.0\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-23T17:32:09.310Z\"}}], \"cna\": {\"title\": \"Infinite loop when iterating over zip archive entry names from zipfile.Path\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Jason R. Coombs\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NEGLIGIBLE\", \"version\": \"4.0\", \"Recovery\": \"USER\", \"baseScore\": 8.7, \"Automatable\": \"NO\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/S:N/AU:N/R:U/RE:L\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"LOW\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/pull/122906\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/122905\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/123270\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"<div>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.<br></div><div><br></div><div>When 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.</div>\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-835\", \"description\": \"CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop')\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2024-09-07T02:45:14.991Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-8088\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-11T22:03:20.370Z\", \"dateReserved\": \"2024-08-22T12:42:32.661Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-08-22T18:45:31.807Z\", \"assignerShortName\": \"PSF\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
ncsc-2025-0020
Vulnerability from csaf_ncscnl
Notes
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Oracle heeft kwetsbaarheden verholpen in diverse database producten en subsystemen, zoals de Core Database, Graal, Application Express, GoldenGate en REST data.", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden bevinden zich in verschillende componenten van de Oracle Database, waaronder de Data Mining component en de Java VM. Deze kwetsbaarheden stellen laaggeprivilegieerde geauthenticeerde gebruikers in staat om het systeem te compromitteren, wat kan leiden tot ongeautoriseerde toegang en gegevensmanipulatie. De Java VM-kwetsbaarheid kan ook leiden tot ongeautoriseerde wijzigingen van gegevens.", title: "Interpretaties", }, { category: "description", text: "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Unchecked Error Condition", title: "CWE-391", }, { category: "general", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "general", text: "Return of Pointer Value Outside of Expected Range", title: "CWE-466", }, { category: "general", text: "Truncation of Security-relevant Information", title: "CWE-222", }, { category: "general", text: "Incorrect Calculation of Buffer Size", title: "CWE-131", }, { category: "general", text: "Improper Validation of Specified Type of Input", title: "CWE-1287", }, { category: "general", text: "Insecure Storage of Sensitive Information", title: "CWE-922", }, { category: "general", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "general", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "general", text: "Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')", title: "CWE-776", }, { category: "general", text: "Improper Handling of Case Sensitivity", title: "CWE-178", }, { category: "general", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, { category: "general", text: "Expected Behavior Violation", title: "CWE-440", }, { category: "general", text: "Improper Validation of Syntactic Correctness of Input", title: "CWE-1286", }, { category: "general", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, { category: "general", text: "Reachable Assertion", title: "CWE-617", }, { category: "general", text: "Uncontrolled Search Path Element", title: "CWE-427", }, { category: "general", text: "URL Redirection to Untrusted Site ('Open Redirect')", title: "CWE-601", }, { category: "general", text: "Authentication Bypass Using an Alternate Path or Channel", title: "CWE-288", }, { category: "general", text: "Improper Validation of Integrity Check Value", title: "CWE-354", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Improper Access Control", title: "CWE-284", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, { category: "general", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')", title: "CWE-757", }, { category: "general", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, { category: "general", text: "Deserialization of Untrusted Data", title: "CWE-502", }, { category: "general", text: "Uncontrolled Recursion", title: "CWE-674", }, { category: "general", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "general", text: "Improper Restriction of XML External Entity Reference", title: "CWE-611", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Incorrect Default Permissions", title: "CWE-276", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Reference - cveprojectv5; nvd; oracle", url: "https://www.oracle.com/security-alerts/cpujan2025.html", }, ], title: "Kwetsbaarheden verholpen in Oracle Database producten", tracking: { current_release_date: "2025-01-22T13:30:16.354373Z", id: "NCSC-2025-0020", initial_release_date: "2025-01-22T13:30:16.354373Z", revision_history: [ { date: "2025-01-22T13:30:16.354373Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "graal_development_kit_for_micronaut", product: { name: "graal_development_kit_for_micronaut", product_id: "CSAFPID-1751216", product_identification_helper: { cpe: "cpe:2.3:a:oracle:graal_development_kit_for_micronaut:23.5-23.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_-_data_mining", product: { name: "database_-_data_mining", product_id: "CSAFPID-1751200", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_-_data_mining:19.3-19.25:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_-_data_mining", product: { name: "database_-_data_mining", product_id: "CSAFPID-1751199", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_-_data_mining:21.3-21.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_migration_assistant_for_unicode", product: { name: "database_migration_assistant_for_unicode", product_id: "CSAFPID-1751212", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_migration_assistant_for_unicode:19.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503604", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_-_graalvm_multilingual_engine", product: { name: "database_-_graalvm_multilingual_engine", product_id: "CSAFPID-1751223", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_-_graalvm_multilingual_engine:21.4-21.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_-_graalvm_multilingual_engine", product: { name: "database_-_graalvm_multilingual_engine", product_id: "CSAFPID-1751224", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_-_graalvm_multilingual_engine:23.5-23.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "application_express", product: { name: "application_express", product_id: "CSAFPID-1503575", product_identification_helper: { cpe: "cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "application_express", product: { name: "application_express", product_id: "CSAFPID-1673188", product_identification_helper: { cpe: "cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-342816", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate_big_data_and_application_adapters", product: { name: "goldengate_big_data_and_application_adapters", product_id: "CSAFPID-816845", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate_big_data_and_application_adapters", product: { name: "goldengate_big_data_and_application_adapters", product_id: "CSAFPID-1650825", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate_big_data_and_application_adapters", product: { name: "goldengate_big_data_and_application_adapters", product_id: "CSAFPID-1751298", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3.0.0.0-21.16.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate_big_data_and_application_adapters", product: { name: "goldengate_big_data_and_application_adapters", product_id: "CSAFPID-1751299", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:23.4-23.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1650767", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-485902", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:19.1.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1503736", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:19.23.0.0.240716:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1503739", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:21.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1751093", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:21.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1751094", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1751095", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:23.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1751204", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:23.4-23.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1503738", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:21.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1751203", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:21.3-21.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "goldengate", product: { name: "goldengate", product_id: "CSAFPID-1650765", product_identification_helper: { cpe: "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "rest_data_services", product: { name: "rest_data_services", product_id: "CSAFPID-711746", product_identification_helper: { cpe: "cpe:2.3:a:oracle:rest_data_services:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "rest_data_services", product: { name: "rest_data_services", product_id: "CSAFPID-1751305", product_identification_helper: { cpe: "cpe:2.3:a:oracle:rest_data_services:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "rest_data_services", product: { name: "rest_data_services", product_id: "CSAFPID-1751304", product_identification_helper: { cpe: "cpe:2.3:a:oracle:rest_data_services:24.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "secure_backup", product: { name: "secure_backup", product_id: "CSAFPID-667692", product_identification_helper: { cpe: "cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "secure_backup", product: { name: "secure_backup", product_id: "CSAFPID-345049", product_identification_helper: { cpe: "cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "secure_backup", product: { name: "secure_backup", product_id: "CSAFPID-611417", product_identification_helper: { cpe: "cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "secure_backup", product: { name: "secure_backup", product_id: "CSAFPID-1673422", product_identification_helper: { cpe: "cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2024-38998", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-1503575", "CSAFPID-1673188", "CSAFPID-1751204", "CSAFPID-1751203", ], }, references: [ { category: "self", summary: "CVE-2024-38998", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1503575", "CSAFPID-1673188", "CSAFPID-1751204", "CSAFPID-1751203", ], }, ], title: "CVE-2024-38998", }, { cve: "CVE-2024-38999", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-1503575", "CSAFPID-1673188", "CSAFPID-1751204", "CSAFPID-1751203", ], }, references: [ { category: "self", summary: "CVE-2024-38999", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json", }, ], scores: [ { cvss_v3: { baseScore: 10, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1503575", "CSAFPID-1673188", "CSAFPID-1751204", "CSAFPID-1751203", ], }, ], title: "CVE-2024-38999", }, { cve: "CVE-2024-45490", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "other", text: "Incorrect Calculation of Buffer Size", title: "CWE-131", }, { category: "other", text: "Improper Restriction of XML External Entity Reference", title: "CWE-611", }, ], references: [ { category: "self", summary: "CVE-2024-45490", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json", }, ], title: "CVE-2024-45490", }, { cve: "CVE-2024-45491", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2024-45491", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json", }, ], title: "CVE-2024-45491", }, { cve: "CVE-2024-45492", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2024-45492", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json", }, ], title: "CVE-2024-45492", }, { cve: "CVE-2024-45772", cwe: { id: "CWE-502", name: "Deserialization of Untrusted Data", }, notes: [ { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, ], references: [ { category: "self", summary: "CVE-2024-45772", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45772.json", }, ], title: "CVE-2024-45772", }, { cve: "CVE-2024-47554", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2024-47554", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47554.json", }, ], title: "CVE-2024-47554", }, { cve: "CVE-2024-47561", cwe: { id: "CWE-502", name: "Deserialization of Untrusted Data", }, notes: [ { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, ], product_status: { known_affected: [ "CSAFPID-1650825", "CSAFPID-1751298", "CSAFPID-1751299", ], }, references: [ { category: "self", summary: "CVE-2024-47561", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1650825", "CSAFPID-1751298", "CSAFPID-1751299", ], }, ], title: "CVE-2024-47561", }, { cve: "CVE-2024-50379", cwe: { id: "CWE-367", name: "Time-of-check Time-of-use (TOCTOU) Race Condition", }, notes: [ { category: "other", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, ], references: [ { category: "self", summary: "CVE-2024-50379", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50379.json", }, ], title: "CVE-2024-50379", }, { cve: "CVE-2024-52316", cwe: { id: "CWE-391", name: "Unchecked Error Condition", }, notes: [ { category: "other", text: "Unchecked Error Condition", title: "CWE-391", }, { category: "other", text: "Authentication Bypass Using an Alternate Path or Channel", title: "CWE-288", }, ], references: [ { category: "self", summary: "CVE-2024-52316", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52316.json", }, ], title: "CVE-2024-52316", }, { cve: "CVE-2024-54677", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2024-54677", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54677.json", }, ], title: "CVE-2024-54677", }, { cve: "CVE-2024-56337", cwe: { id: "CWE-367", name: "Time-of-check Time-of-use (TOCTOU) Race Condition", }, notes: [ { category: "other", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, ], references: [ { category: "self", summary: "CVE-2024-56337", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.json", }, ], title: "CVE-2024-56337", }, { cve: "CVE-2025-21553", references: [ { category: "self", summary: "CVE-2025-21553", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21553.json", }, ], title: "CVE-2025-21553", }, { cve: "CVE-2025-21557", product_status: { known_affected: [ "CSAFPID-1503575", "CSAFPID-1673188", ], }, references: [ { category: "self", summary: "CVE-2025-21557", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21557.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-1503575", "CSAFPID-1673188", ], }, ], title: "CVE-2025-21557", }, { cve: "CVE-2022-26345", cwe: { id: "CWE-427", name: "Uncontrolled Search Path Element", }, notes: [ { category: "other", text: "Uncontrolled Search Path Element", title: "CWE-427", }, ], product_status: { known_affected: [ "CSAFPID-1751199", "CSAFPID-1751200", ], }, references: [ { category: "self", summary: "CVE-2022-26345", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-26345.json", }, ], scores: [ { cvss_v3: { baseScore: 6.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751199", "CSAFPID-1751200", ], }, ], title: "CVE-2022-26345", }, { cve: "CVE-2023-27043", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-27043", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-27043.json", }, ], title: "CVE-2023-27043", }, { cve: "CVE-2023-36730", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], product_status: { known_affected: [ "CSAFPID-1751203", "CSAFPID-1751204", ], }, references: [ { category: "self", summary: "CVE-2023-36730", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36730.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751203", "CSAFPID-1751204", ], }, ], title: "CVE-2023-36730", }, { cve: "CVE-2023-36785", cwe: { id: "CWE-191", name: "Integer Underflow (Wrap or Wraparound)", }, notes: [ { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], product_status: { known_affected: [ "CSAFPID-1751203", "CSAFPID-1751204", ], }, references: [ { category: "self", summary: "CVE-2023-36785", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36785.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751203", "CSAFPID-1751204", ], }, ], title: "CVE-2023-36785", }, { cve: "CVE-2023-48795", cwe: { id: "CWE-222", name: "Truncation of Security-relevant Information", }, notes: [ { category: "other", text: "Truncation of Security-relevant Information", title: "CWE-222", }, { category: "other", text: "Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')", title: "CWE-757", }, { category: "other", text: "Improper Validation of Integrity Check Value", title: "CWE-354", }, ], product_status: { known_affected: [ "CSAFPID-1650765", "CSAFPID-1650767", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-711746", "CSAFPID-816845", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-1751212", ], }, references: [ { category: "self", summary: "CVE-2023-48795", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1650765", "CSAFPID-1650767", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-711746", "CSAFPID-816845", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-1751212", ], }, ], title: "CVE-2023-48795", }, { cve: "CVE-2023-52428", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-342816", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-816845", "CSAFPID-711746", "CSAFPID-1751216", ], }, references: [ { category: "self", summary: "CVE-2023-52428", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-342816", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-816845", "CSAFPID-711746", "CSAFPID-1751216", ], }, ], title: "CVE-2023-52428", }, { cve: "CVE-2024-2961", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, references: [ { category: "self", summary: "CVE-2024-2961", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json", }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, ], title: "CVE-2024-2961", }, { cve: "CVE-2024-4030", cwe: { id: "CWE-276", name: "Incorrect Default Permissions", }, notes: [ { category: "other", text: "Incorrect Default Permissions", title: "CWE-276", }, ], references: [ { category: "self", summary: "CVE-2024-4030", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.json", }, ], title: "CVE-2024-4030", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, notes: [ { category: "other", text: "Expected Behavior Violation", title: "CWE-440", }, ], references: [ { category: "self", summary: "CVE-2024-4032", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.json", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-6232", cwe: { id: "CWE-1333", name: "Inefficient Regular Expression Complexity", }, notes: [ { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, ], references: [ { category: "self", summary: "CVE-2024-6232", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-6763", cwe: { id: "CWE-1286", name: "Improper Validation of Syntactic Correctness of Input", }, notes: [ { category: "other", text: "Improper Validation of Syntactic Correctness of Input", title: "CWE-1286", }, ], product_status: { known_affected: [ "CSAFPID-1751304", "CSAFPID-1751305", ], }, references: [ { category: "self", summary: "CVE-2024-6763", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6763.json", }, ], 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: [ "CSAFPID-1751304", "CSAFPID-1751305", ], }, ], title: "CVE-2024-6763", }, { cve: "CVE-2024-6923", cwe: { id: "CWE-502", name: "Deserialization of Untrusted Data", }, notes: [ { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2024-6923", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6923.json", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7254", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Uncontrolled Recursion", title: "CWE-674", }, ], references: [ { category: "self", summary: "CVE-2024-7254", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json", }, ], title: "CVE-2024-7254", }, { cve: "CVE-2024-7592", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2024-7592", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2024-8088", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8088.json", }, ], title: "CVE-2024-8088", }, { cve: "CVE-2024-8927", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, ], product_status: { known_affected: [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417", ], }, references: [ { category: "self", summary: "CVE-2024-8927", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8927.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417", ], }, ], title: "CVE-2024-8927", }, { cve: "CVE-2024-11053", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, ], references: [ { category: "self", summary: "CVE-2024-11053", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11053.json", }, ], title: "CVE-2024-11053", }, { cve: "CVE-2024-21211", cwe: { id: "CWE-922", name: "Insecure Storage of Sensitive Information", }, notes: [ { category: "other", text: "Insecure Storage of Sensitive Information", title: "CWE-922", }, ], product_status: { known_affected: [ "CSAFPID-1751223", "CSAFPID-1751224", ], }, references: [ { category: "self", summary: "CVE-2024-21211", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21211.json", }, ], 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:L/A:N", version: "3.1", }, products: [ "CSAFPID-1751223", "CSAFPID-1751224", ], }, ], title: "CVE-2024-21211", }, { cve: "CVE-2024-22262", cwe: { id: "CWE-601", name: "URL Redirection to Untrusted Site ('Open Redirect')", }, notes: [ { category: "other", text: "URL Redirection to Untrusted Site ('Open Redirect')", title: "CWE-601", }, ], product_status: { known_affected: [ "CSAFPID-1650825", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, references: [ { category: "self", summary: "CVE-2024-22262", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json", }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1650825", "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, ], title: "CVE-2024-22262", }, { cve: "CVE-2024-24789", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Improper Validation of Specified Type of Input", title: "CWE-1287", }, ], references: [ { category: "self", summary: "CVE-2024-24789", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24789.json", }, ], title: "CVE-2024-24789", }, { cve: "CVE-2024-24790", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "other", text: "Improper Validation of Specified Type of Input", title: "CWE-1287", }, ], references: [ { category: "self", summary: "CVE-2024-24790", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24790.json", }, ], title: "CVE-2024-24790", }, { cve: "CVE-2024-24791", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-24791", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24791.json", }, ], title: "CVE-2024-24791", }, { cve: "CVE-2024-28757", cwe: { id: "CWE-611", name: "Improper Restriction of XML External Entity Reference", }, notes: [ { category: "other", text: "Improper Restriction of XML External Entity Reference", title: "CWE-611", }, { category: "other", text: "Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')", title: "CWE-776", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], product_status: { known_affected: [ "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, references: [ { category: "self", summary: "CVE-2024-28757", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28757.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1503575", "CSAFPID-1503604", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-711746", ], }, ], title: "CVE-2024-28757", }, { cve: "CVE-2024-33599", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Stack-based Buffer Overflow", title: "CWE-121", }, ], references: [ { category: "self", summary: "CVE-2024-33599", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33599.json", }, ], title: "CVE-2024-33599", }, { cve: "CVE-2024-33600", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-33600", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33600.json", }, ], title: "CVE-2024-33600", }, { cve: "CVE-2024-33601", cwe: { id: "CWE-703", name: "Improper Check or Handling of Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, { category: "other", text: "Reachable Assertion", title: "CWE-617", }, ], references: [ { category: "self", summary: "CVE-2024-33601", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33601.json", }, ], title: "CVE-2024-33601", }, { cve: "CVE-2024-33602", cwe: { id: "CWE-466", name: "Return of Pointer Value Outside of Expected Range", }, notes: [ { category: "other", text: "Return of Pointer Value Outside of Expected Range", title: "CWE-466", }, { category: "other", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, ], references: [ { category: "self", summary: "CVE-2024-33602", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json", }, ], title: "CVE-2024-33602", }, { cve: "CVE-2024-38819", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], product_status: { known_affected: [ "CSAFPID-1650825", ], }, references: [ { category: "self", summary: "CVE-2024-38819", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1650825", ], }, ], title: "CVE-2024-38819", }, { cve: "CVE-2024-38820", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Improper Handling of Case Sensitivity", title: "CWE-178", }, ], product_status: { known_affected: [ "CSAFPID-1650825", ], }, references: [ { category: "self", summary: "CVE-2024-38820", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1650825", ], }, ], title: "CVE-2024-38820", }, ], }
RHSA-2024:9371
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9371", url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40750", url: "https://issues.redhat.com/browse/RHEL-40750", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9371.json", }, ], title: "Red Hat Security Advisory: python3.9 security update", tracking: { current_release_date: "2025-05-05T14:04:56+00:00", generator: { date: "2025-05-05T14:04:56+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9371", initial_release_date: "2024-11-12T09:38:54+00:00", revision_history: [ { date: "2024-11-12T09:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T09:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:56+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux BaseOS (v. 9)", product: { name: "Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.aarch64", product: { name: "python3-0:3.9.19-8.el9.aarch64", product_id: "python3-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.aarch64", product: { name: "python3-libs-0:3.9.19-8.el9.aarch64", product_id: "python3-libs-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.aarch64", product: { name: "python3-debug-0:3.9.19-8.el9.aarch64", product_id: "python3-debug-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.aarch64", product: { name: "python3-idle-0:3.9.19-8.el9.aarch64", product_id: "python3-idle-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.aarch64", product: { name: "python3-test-0:3.9.19-8.el9.aarch64", product_id: "python3-test-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.aarch64", product: { name: "python3-devel-0:3.9.19-8.el9.aarch64", product_id: "python3-devel-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_id: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.ppc64le", product: { name: "python3-0:3.9.19-8.el9.ppc64le", product_id: "python3-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.ppc64le", product: { name: "python3-libs-0:3.9.19-8.el9.ppc64le", product_id: "python3-libs-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.ppc64le", product: { name: "python3-debug-0:3.9.19-8.el9.ppc64le", product_id: "python3-debug-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.ppc64le", product: { name: "python3-idle-0:3.9.19-8.el9.ppc64le", product_id: "python3-idle-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.ppc64le", product: { name: "python3-test-0:3.9.19-8.el9.ppc64le", product_id: "python3-test-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.ppc64le", product: { name: "python3-devel-0:3.9.19-8.el9.ppc64le", product_id: "python3-devel-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_id: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.x86_64", product: { name: "python3-0:3.9.19-8.el9.x86_64", product_id: "python3-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.x86_64", product: { name: "python3-libs-0:3.9.19-8.el9.x86_64", product_id: "python3-libs-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.x86_64", product: { name: "python3-debug-0:3.9.19-8.el9.x86_64", product_id: "python3-debug-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.x86_64", product: { name: "python3-idle-0:3.9.19-8.el9.x86_64", product_id: "python3-idle-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.x86_64", product: { name: "python3-test-0:3.9.19-8.el9.x86_64", product_id: "python3-test-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.x86_64", product: { name: "python3-devel-0:3.9.19-8.el9.x86_64", product_id: "python3-devel-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_id: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.i686", product: { name: "python3-libs-0:3.9.19-8.el9.i686", product_id: "python3-libs-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_id: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.19-8.el9.i686", product: { name: "python3-0:3.9.19-8.el9.i686", product_id: "python3-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.i686", product: { name: "python3-debug-0:3.9.19-8.el9.i686", product_id: "python3-debug-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.i686", product: { name: "python3-idle-0:3.9.19-8.el9.i686", product_id: "python3-idle-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.i686", product: { name: "python3-test-0:3.9.19-8.el9.i686", product_id: "python3-test-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.i686", product: { name: "python3-tkinter-0:3.9.19-8.el9.i686", product_id: "python3-tkinter-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.i686", product: { name: "python3-devel-0:3.9.19-8.el9.i686", product_id: "python3-devel-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.s390x", product: { name: "python3-0:3.9.19-8.el9.s390x", product_id: "python3-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.s390x", product: { name: "python3-libs-0:3.9.19-8.el9.s390x", product_id: "python3-libs-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_id: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.s390x", product: { name: "python3-debug-0:3.9.19-8.el9.s390x", product_id: "python3-debug-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.s390x", product: { name: "python3-idle-0:3.9.19-8.el9.s390x", product_id: "python3-idle-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.s390x", product: { name: "python3-test-0:3.9.19-8.el9.s390x", product_id: "python3-test-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.s390x", product: { name: "python3-devel-0:3.9.19-8.el9.s390x", product_id: "python3-devel-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.s390x", product: { name: "python3-tkinter-0:3.9.19-8.el9.s390x", product_id: "python3-tkinter-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.19-8.el9.src", product: { name: "python3.9-0:3.9.19-8.el9.src", product_id: "python3.9-0:3.9.19-8.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.19-8.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_id: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T09:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:6962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6962", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6962.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-05-05T14:04:16+00:00", generator: { date: "2025-05-05T14:04:16+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:6962", initial_release_date: "2024-09-24T00:54:16+00:00", revision_history: [ { date: "2024-09-24T00:54:16+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:54:16+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:16+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.src", product: { name: "python3.11-0:3.11.9-7.el8_10.src", product_id: "python3.11-0:3.11.9-7.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_id: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_id: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-0:3.11.9-7.el8_10.i686", product_id: "python3.11-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_id: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-test-0:3.11.9-7.el8_10.i686", product_id: "python3.11-test-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-7.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_9192
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9192", url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40779", url: "https://issues.redhat.com/browse/RHEL-40779", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9192.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2024-11-24T16:35:40+00:00", generator: { date: "2024-11-24T16:35:40+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:9192", initial_release_date: "2024-11-12T08:52:22+00:00", revision_history: [ { date: "2024-11-12T08:52:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:52:22+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:35:40+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.i686", product: { name: "python3.11-0:3.11.9-7.el9.i686", product_id: "python3.11-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9.i686", product_id: "python3.11-debug-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9.i686", product_id: "python3.11-idle-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.i686", product: { name: "python3.11-test-0:3.11.9-7.el9.i686", product_id: "python3.11-test-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9.i686", product_id: "python3.11-devel-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9.i686", product_id: "python3.11-libs-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-0:3.11.9-7.el9.x86_64", product_id: "python3.11-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-0:3.11.9-7.el9.aarch64", product_id: "python3.11-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9.s390x", product_id: "python3.11-test-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.s390x", product: { name: "python3.11-0:3.11.9-7.el9.s390x", product_id: "python3.11-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.src", product: { name: "python3.11-0:3.11.9-7.el9.src", product_id: "python3.11-0:3.11.9-7.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_6962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6962", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6962.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2024-12-18T03:39:23+00:00", generator: { date: "2024-12-18T03:39:23+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:6962", initial_release_date: "2024-09-24T00:54:16+00:00", revision_history: [ { date: "2024-09-24T00:54:16+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:54:16+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T03:39:23+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.src", product: { name: "python3.11-0:3.11.9-7.el8_10.src", product_id: "python3.11-0:3.11.9-7.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_id: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_id: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-0:3.11.9-7.el8_10.i686", product_id: "python3.11-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_id: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-test-0:3.11.9-7.el8_10.i686", product_id: "python3.11-test-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-7.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_6961
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix. For the unversioned \"python\" executable, see manual page \"unversioned-python\".\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6961", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6961.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2024-12-18T03:39:35+00:00", generator: { date: "2024-12-18T03:39:35+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:6961", initial_release_date: "2024-09-24T00:53:56+00:00", revision_history: [ { date: "2024-09-24T00:53:56+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:53:56+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T03:39:35+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.src", product: { name: "python3.12-0:3.12.5-2.el8_10.src", product_id: "python3.12-0:3.12.5-2.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_id: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_id: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-0:3.12.5-2.el8_10.i686", product_id: "python3.12-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_id: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-test-0:3.12.5-2.el8_10.i686", product_id: "python3.12-test-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.5-2.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:6961
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix. For the unversioned \"python\" executable, see manual page \"unversioned-python\".\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6961", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6961.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-05-05T14:04:29+00:00", generator: { date: "2025-05-05T14:04:29+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:6961", initial_release_date: "2024-09-24T00:53:56+00:00", revision_history: [ { date: "2024-09-24T00:53:56+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:53:56+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:29+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.src", product: { name: "python3.12-0:3.12.5-2.el8_10.src", product_id: "python3.12-0:3.12.5-2.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_id: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_id: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-0:3.12.5-2.el8_10.i686", product_id: "python3.12-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_id: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-test-0:3.12.5-2.el8_10.i686", product_id: "python3.12-test-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.5-2.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:9190
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9190", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9190.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-05-05T14:04:42+00:00", generator: { date: "2025-05-05T14:04:42+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9190", initial_release_date: "2024-11-12T08:59:55+00:00", revision_history: [ { date: "2024-11-12T08:59:55+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:59:55+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:42+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.i686", product: { name: "python3.12-0:3.12.5-2.el9.i686", product_id: "python3.12-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9.i686", product_id: "python3.12-debug-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9.i686", product_id: "python3.12-idle-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.i686", product: { name: "python3.12-test-0:3.12.5-2.el9.i686", product_id: "python3.12-test-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9.i686", product_id: "python3.12-devel-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9.i686", product_id: "python3.12-libs-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-0:3.12.5-2.el9.x86_64", product_id: "python3.12-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-0:3.12.5-2.el9.aarch64", product_id: "python3.12-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9.s390x", product_id: "python3.12-test-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.s390x", product: { name: "python3.12-0:3.12.5-2.el9.s390x", product_id: "python3.12-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.src", product: { name: "python3.12-0:3.12.5-2.el9.src", product_id: "python3.12-0:3.12.5-2.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
RHSA-2024:9190
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9190", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9190.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-05-05T14:04:42+00:00", generator: { date: "2025-05-05T14:04:42+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9190", initial_release_date: "2024-11-12T08:59:55+00:00", revision_history: [ { date: "2024-11-12T08:59:55+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:59:55+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:42+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.i686", product: { name: "python3.12-0:3.12.5-2.el9.i686", product_id: "python3.12-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9.i686", product_id: "python3.12-debug-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9.i686", product_id: "python3.12-idle-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.i686", product: { name: "python3.12-test-0:3.12.5-2.el9.i686", product_id: "python3.12-test-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9.i686", product_id: "python3.12-devel-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9.i686", product_id: "python3.12-libs-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-0:3.12.5-2.el9.x86_64", product_id: "python3.12-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-0:3.12.5-2.el9.aarch64", product_id: "python3.12-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9.s390x", product_id: "python3.12-test-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.s390x", product: { name: "python3.12-0:3.12.5-2.el9.s390x", product_id: "python3.12-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.src", product: { name: "python3.12-0:3.12.5-2.el9.src", product_id: "python3.12-0:3.12.5-2.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:9371
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9371", url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40750", url: "https://issues.redhat.com/browse/RHEL-40750", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9371.json", }, ], title: "Red Hat Security Advisory: python3.9 security update", tracking: { current_release_date: "2025-05-05T14:04:56+00:00", generator: { date: "2025-05-05T14:04:56+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9371", initial_release_date: "2024-11-12T09:38:54+00:00", revision_history: [ { date: "2024-11-12T09:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T09:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:56+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux BaseOS (v. 9)", product: { name: "Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.aarch64", product: { name: "python3-0:3.9.19-8.el9.aarch64", product_id: "python3-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.aarch64", product: { name: "python3-libs-0:3.9.19-8.el9.aarch64", product_id: "python3-libs-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.aarch64", product: { name: "python3-debug-0:3.9.19-8.el9.aarch64", product_id: "python3-debug-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.aarch64", product: { name: "python3-idle-0:3.9.19-8.el9.aarch64", product_id: "python3-idle-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.aarch64", product: { name: "python3-test-0:3.9.19-8.el9.aarch64", product_id: "python3-test-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.aarch64", product: { name: "python3-devel-0:3.9.19-8.el9.aarch64", product_id: "python3-devel-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_id: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.ppc64le", product: { name: "python3-0:3.9.19-8.el9.ppc64le", product_id: "python3-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.ppc64le", product: { name: "python3-libs-0:3.9.19-8.el9.ppc64le", product_id: "python3-libs-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.ppc64le", product: { name: "python3-debug-0:3.9.19-8.el9.ppc64le", product_id: "python3-debug-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.ppc64le", product: { name: "python3-idle-0:3.9.19-8.el9.ppc64le", product_id: "python3-idle-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.ppc64le", product: { name: "python3-test-0:3.9.19-8.el9.ppc64le", product_id: "python3-test-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.ppc64le", product: { name: "python3-devel-0:3.9.19-8.el9.ppc64le", product_id: "python3-devel-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_id: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.x86_64", product: { name: "python3-0:3.9.19-8.el9.x86_64", product_id: "python3-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.x86_64", product: { name: "python3-libs-0:3.9.19-8.el9.x86_64", product_id: "python3-libs-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.x86_64", product: { name: "python3-debug-0:3.9.19-8.el9.x86_64", product_id: "python3-debug-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.x86_64", product: { name: "python3-idle-0:3.9.19-8.el9.x86_64", product_id: "python3-idle-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.x86_64", product: { name: "python3-test-0:3.9.19-8.el9.x86_64", product_id: "python3-test-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.x86_64", product: { name: "python3-devel-0:3.9.19-8.el9.x86_64", product_id: "python3-devel-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_id: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.i686", product: { name: "python3-libs-0:3.9.19-8.el9.i686", product_id: "python3-libs-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_id: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.19-8.el9.i686", product: { name: "python3-0:3.9.19-8.el9.i686", product_id: "python3-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.i686", product: { name: "python3-debug-0:3.9.19-8.el9.i686", product_id: "python3-debug-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.i686", product: { name: "python3-idle-0:3.9.19-8.el9.i686", product_id: "python3-idle-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.i686", product: { name: "python3-test-0:3.9.19-8.el9.i686", product_id: "python3-test-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.i686", product: { name: "python3-tkinter-0:3.9.19-8.el9.i686", product_id: "python3-tkinter-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.i686", product: { name: "python3-devel-0:3.9.19-8.el9.i686", product_id: "python3-devel-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.s390x", product: { name: "python3-0:3.9.19-8.el9.s390x", product_id: "python3-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.s390x", product: { name: "python3-libs-0:3.9.19-8.el9.s390x", product_id: "python3-libs-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_id: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.s390x", product: { name: "python3-debug-0:3.9.19-8.el9.s390x", product_id: "python3-debug-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.s390x", product: { name: "python3-idle-0:3.9.19-8.el9.s390x", product_id: "python3-idle-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.s390x", product: { name: "python3-test-0:3.9.19-8.el9.s390x", product_id: "python3-test-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.s390x", product: { name: "python3-devel-0:3.9.19-8.el9.s390x", product_id: "python3-devel-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.s390x", product: { name: "python3-tkinter-0:3.9.19-8.el9.s390x", product_id: "python3-tkinter-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.19-8.el9.src", product: { name: "python3.9-0:3.9.19-8.el9.src", product_id: "python3.9-0:3.9.19-8.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.19-8.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_id: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T09:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
RHSA-2024:9192
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9192", url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40779", url: "https://issues.redhat.com/browse/RHEL-40779", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9192.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-05-05T14:05:08+00:00", generator: { date: "2025-05-05T14:05:08+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9192", initial_release_date: "2024-11-12T08:52:22+00:00", revision_history: [ { date: "2024-11-12T08:52:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:52:22+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:05:08+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.i686", product: { name: "python3.11-0:3.11.9-7.el9.i686", product_id: "python3.11-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9.i686", product_id: "python3.11-debug-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9.i686", product_id: "python3.11-idle-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.i686", product: { name: "python3.11-test-0:3.11.9-7.el9.i686", product_id: "python3.11-test-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9.i686", product_id: "python3.11-devel-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9.i686", product_id: "python3.11-libs-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-0:3.11.9-7.el9.x86_64", product_id: "python3.11-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-0:3.11.9-7.el9.aarch64", product_id: "python3.11-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9.s390x", product_id: "python3.11-test-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.s390x", product: { name: "python3.11-0:3.11.9-7.el9.s390x", product_id: "python3.11-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.src", product: { name: "python3.11-0:3.11.9-7.el9.src", product_id: "python3.11-0:3.11.9-7.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
RHSA-2024:6961
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix. For the unversioned \"python\" executable, see manual page \"unversioned-python\".\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6961", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6961.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-05-05T14:04:29+00:00", generator: { date: "2025-05-05T14:04:29+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:6961", initial_release_date: "2024-09-24T00:53:56+00:00", revision_history: [ { date: "2024-09-24T00:53:56+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:53:56+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:29+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.src", product: { name: "python3.12-0:3.12.5-2.el8_10.src", product_id: "python3.12-0:3.12.5-2.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_id: "python3.12-test-0:3.12.5-2.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_id: "python3.12-test-0:3.12.5-2.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_id: "python3.12-devel-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_id: "python3.12-libs-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-0:3.12.5-2.el8_10.i686", product_id: "python3.12-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_id: "python3.12-debug-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_id: "python3.12-idle-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-test-0:3.12.5-2.el8_10.i686", product_id: "python3.12-test-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-devel-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-libs-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-debug-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-idle-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_id: "python3.12-test-0:3.12.5-2.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.5-2.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", }, product_reference: "python3.12-0:3.12.5-2.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:53:56+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_5962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools (CVE-2024-6345)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:5962", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40786", url: "https://issues.redhat.com/browse/RHEL-40786", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5962.json", }, ], title: "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", tracking: { current_release_date: "2025-01-06T17:42:23+00:00", generator: { date: "2025-01-06T17:42:23+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.5", }, }, id: "RHSA-2024:5962", initial_release_date: "2024-08-28T19:00:22+00:00", revision_history: [ { date: "2024-08-28T19:00:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-08-28T19:00:22+00:00", number: "2", summary: "Last updated version", }, { date: "2025-01-06T17:42:23+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python39:3.9:8100020240826142629:d47b87a4", product: { name: "python39:3.9:8100020240826142629:d47b87a4", product_id: "python39:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_id: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch", }, }, }, { category: "product_version", name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_id: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-rpm-macros@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_id: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch", }, }, }, { category: "product_version", name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-devel:3.9:8100020240826142629:d47b87a4", product: { name: "python39-devel:3.9:8100020240826142629:d47b87a4", product_id: "python39-devel:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39-devel@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_id: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_id: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_id: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_id: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src", }, }, }, { category: "product_version", name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_id: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src", }, }, }, { category: "product_version", name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_id: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_id: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src", }, }, }, { category: "product_version", name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_id: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_id: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src", }, }, }, { category: "product_version", name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src&epoch=1", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=src", }, }, }, { category: "product_version", name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_id: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src", }, }, }, { category: "product_version", name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_id: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=src", }, }, }, { category: "product_version", name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_id: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_id: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_id: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", }, product_reference: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", }, product_reference: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", }, product_reference: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", }, product_reference: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", }, product_reference: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", }, product_reference: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", }, product_reference: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", }, product_reference: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", }, product_reference: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", }, product_reference: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39-devel:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6345", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, discovery_date: "2024-07-15T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2297771", }, ], notes: [ { category: "description", text: "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow 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.", title: "Vulnerability description", }, { category: "summary", text: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "RHBZ#2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6345", url: "https://www.cve.org/CVERecord?id=CVE-2024-6345", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", }, { category: "external", summary: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", url: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", }, { category: "external", summary: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", url: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", }, ], release_date: "2024-07-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
RHSA-2024:6962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6962", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6962.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-05-05T14:04:16+00:00", generator: { date: "2025-05-05T14:04:16+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:6962", initial_release_date: "2024-09-24T00:54:16+00:00", revision_history: [ { date: "2024-09-24T00:54:16+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-24T00:54:16+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:04:16+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.src", product: { name: "python3.11-0:3.11.9-7.el8_10.src", product_id: "python3.11-0:3.11.9-7.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_id: "python3.11-test-0:3.11.9-7.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_id: "python3.11-test-0:3.11.9-7.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_id: "python3.11-devel-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_id: "python3.11-libs-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-0:3.11.9-7.el8_10.i686", product_id: "python3.11-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_id: "python3.11-debug-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_id: "python3.11-idle-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-test-0:3.11.9-7.el8_10.i686", product_id: "python3.11-test-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-devel-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-libs-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-debug-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-idle-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_id: "python3.11-test-0:3.11.9-7.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-7.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", }, product_reference: "python3.11-0:3.11.9-7.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-24T00:54:16+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:6163
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:6163", url: "https://access.redhat.com/errata/RHSA-2024:6163", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6163.json", }, ], title: "Red Hat Security Advisory: python3.9 security update", tracking: { current_release_date: "2025-05-05T14:06:40+00:00", generator: { date: "2025-05-05T14:06:40+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:6163", initial_release_date: "2024-09-03T17:57:24+00:00", revision_history: [ { date: "2024-09-03T17:57:24+00:00", number: "1", summary: "Initial version", }, { date: "2024-09-03T17:57:24+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:06:40+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux BaseOS (v. 9)", product: { name: "Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 9)", product: { name: "Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", product: { name: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", product_id: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.5?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.5.aarch64", product: { name: "python3-test-0:3.9.18-3.el9_4.5.aarch64", product_id: "python3-test-0:3.9.18-3.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", product: { name: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", product_id: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-devel-0:3.9.18-3.el9_4.5.i686", product_id: "python3-devel-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-libs-0:3.9.18-3.el9_4.5.i686", product_id: "python3-libs-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-0:3.9.18-3.el9_4.5.i686", product_id: "python3-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-debug-0:3.9.18-3.el9_4.5.i686", product_id: "python3-debug-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-idle-0:3.9.18-3.el9_4.5.i686", product_id: "python3-idle-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-test-0:3.9.18-3.el9_4.5.i686", product_id: "python3-test-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", product_id: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.5.x86_64", product: { name: "python3-test-0:3.9.18-3.el9_4.5.x86_64", product_id: "python3-test-0:3.9.18-3.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-devel-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-devel-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-libs-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-libs-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-debug-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-debug-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-idle-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-idle-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.5.s390x", product: { name: "python3-test-0:3.9.18-3.el9_4.5.s390x", product_id: "python3-test-0:3.9.18-3.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.18-3.el9_4.5.src", product: { name: "python3.9-0:3.9.18-3.el9_4.5.src", product_id: "python3.9-0:3.9.18-3.el9_4.5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.5?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.18-3.el9_4.5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.5.src", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.18-3.el9_4.5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.5.src", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "BaseOS-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.18-3.el9_4.5.src as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.5.src", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", product_id: "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-03T17:57:24+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6163", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-09-03T17:57:24+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:6163", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.5.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.5.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.5.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_9371
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9371", url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40750", url: "https://issues.redhat.com/browse/RHEL-40750", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9371.json", }, ], title: "Red Hat Security Advisory: python3.9 security update", tracking: { current_release_date: "2024-11-24T16:34:12+00:00", generator: { date: "2024-11-24T16:34:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:9371", initial_release_date: "2024-11-12T09:38:54+00:00", revision_history: [ { date: "2024-11-12T09:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T09:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:34:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux BaseOS (v. 9)", product: { name: "Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.aarch64", product: { name: "python3-0:3.9.19-8.el9.aarch64", product_id: "python3-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.aarch64", product: { name: "python3-libs-0:3.9.19-8.el9.aarch64", product_id: "python3-libs-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.aarch64", product: { name: "python3-debug-0:3.9.19-8.el9.aarch64", product_id: "python3-debug-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.aarch64", product: { name: "python3-idle-0:3.9.19-8.el9.aarch64", product_id: "python3-idle-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.aarch64", product: { name: "python3-test-0:3.9.19-8.el9.aarch64", product_id: "python3-test-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.aarch64", product: { name: "python3-devel-0:3.9.19-8.el9.aarch64", product_id: "python3-devel-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_id: "python3-tkinter-0:3.9.19-8.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.ppc64le", product: { name: "python3-0:3.9.19-8.el9.ppc64le", product_id: "python3-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.ppc64le", product: { name: "python3-libs-0:3.9.19-8.el9.ppc64le", product_id: "python3-libs-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.ppc64le", product: { name: "python3-debug-0:3.9.19-8.el9.ppc64le", product_id: "python3-debug-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.ppc64le", product: { name: "python3-idle-0:3.9.19-8.el9.ppc64le", product_id: "python3-idle-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.ppc64le", product: { name: "python3-test-0:3.9.19-8.el9.ppc64le", product_id: "python3-test-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.ppc64le", product: { name: "python3-devel-0:3.9.19-8.el9.ppc64le", product_id: "python3-devel-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_id: "python3-tkinter-0:3.9.19-8.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.x86_64", product: { name: "python3-0:3.9.19-8.el9.x86_64", product_id: "python3-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.x86_64", product: { name: "python3-libs-0:3.9.19-8.el9.x86_64", product_id: "python3-libs-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.x86_64", product: { name: "python3-debug-0:3.9.19-8.el9.x86_64", product_id: "python3-debug-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.x86_64", product: { name: "python3-idle-0:3.9.19-8.el9.x86_64", product_id: "python3-idle-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.x86_64", product: { name: "python3-test-0:3.9.19-8.el9.x86_64", product_id: "python3-test-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.x86_64", product: { name: "python3-devel-0:3.9.19-8.el9.x86_64", product_id: "python3-devel-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_id: "python3-tkinter-0:3.9.19-8.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.i686", product: { name: "python3-libs-0:3.9.19-8.el9.i686", product_id: "python3-libs-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_id: "python3.9-debugsource-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.19-8.el9.i686", product: { name: "python3-0:3.9.19-8.el9.i686", product_id: "python3-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.i686", product: { name: "python3-debug-0:3.9.19-8.el9.i686", product_id: "python3-debug-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.i686", product: { name: "python3-idle-0:3.9.19-8.el9.i686", product_id: "python3-idle-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.i686", product: { name: "python3-test-0:3.9.19-8.el9.i686", product_id: "python3-test-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.i686", product: { name: "python3-tkinter-0:3.9.19-8.el9.i686", product_id: "python3-tkinter-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.i686", product: { name: "python3-devel-0:3.9.19-8.el9.i686", product_id: "python3-devel-0:3.9.19-8.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.19-8.el9.s390x", product: { name: "python3-0:3.9.19-8.el9.s390x", product_id: "python3-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.19-8.el9.s390x", product: { name: "python3-libs-0:3.9.19-8.el9.s390x", product_id: "python3-libs-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_id: "python3.9-debugsource-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_id: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.19-8.el9.s390x", product: { name: "python3-debug-0:3.9.19-8.el9.s390x", product_id: "python3-debug-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.19-8.el9.s390x", product: { name: "python3-idle-0:3.9.19-8.el9.s390x", product_id: "python3-idle-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.19-8.el9.s390x", product: { name: "python3-test-0:3.9.19-8.el9.s390x", product_id: "python3-test-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.19-8.el9.s390x", product: { name: "python3-devel-0:3.9.19-8.el9.s390x", product_id: "python3-devel-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.19-8.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.19-8.el9.s390x", product: { name: "python3-tkinter-0:3.9.19-8.el9.s390x", product_id: "python3-tkinter-0:3.9.19-8.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.19-8.el9.src", product: { name: "python3.9-0:3.9.19-8.el9.src", product_id: "python3.9-0:3.9.19-8.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.19-8.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_id: "python-unversioned-command-0:3.9.19-8.el9.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "BaseOS-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.19-8.el9.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", }, product_reference: "python-unversioned-command-0:3.9.19-8.el9.noarch", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", }, product_reference: "python3-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", }, product_reference: "python3-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-debug-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", }, product_reference: "python3-debug-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-debug-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", }, product_reference: "python3-debug-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-debug-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-devel-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", }, product_reference: "python3-devel-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-devel-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", }, product_reference: "python3-devel-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-devel-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-idle-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", }, product_reference: "python3-idle-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-idle-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", }, product_reference: "python3-idle-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-idle-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-libs-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", }, product_reference: "python3-libs-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-libs-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", }, product_reference: "python3-libs-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-libs-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-test-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", }, product_reference: "python3-test-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-test-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", }, product_reference: "python3-test-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-test-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", }, product_reference: "python3-tkinter-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.19-8.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", }, product_reference: "python3.9-0:3.9.19-8.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.19-8.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.19-8.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T09:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "AppStream-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "BaseOS-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python-unversioned-command-0:3.9.19-8.el9.noarch", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-debug-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-devel-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-idle-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-libs-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-test-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3-tkinter-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-0:3.9.19-8.el9.src", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debuginfo-0:3.9.19-8.el9.x86_64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.aarch64", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.i686", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.ppc64le", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.s390x", "CRB-9.5.0.GA:python3.9-debugsource-0:3.9.19-8.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
RHSA-2024:5962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools (CVE-2024-6345)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:5962", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40786", url: "https://issues.redhat.com/browse/RHEL-40786", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5962.json", }, ], title: "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", tracking: { current_release_date: "2025-05-05T14:03:52+00:00", generator: { date: "2025-05-05T14:03:52+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:5962", initial_release_date: "2024-08-28T19:00:22+00:00", revision_history: [ { date: "2024-08-28T19:00:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-08-28T19:00:22+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:03:52+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python39:3.9:8100020240826142629:d47b87a4", product: { name: "python39:3.9:8100020240826142629:d47b87a4", product_id: "python39:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_id: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch", }, }, }, { category: "product_version", name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_id: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-rpm-macros@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_id: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch", }, }, }, { category: "product_version", name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-devel:3.9:8100020240826142629:d47b87a4", product: { name: "python39-devel:3.9:8100020240826142629:d47b87a4", product_id: "python39-devel:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39-devel@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_id: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_id: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_id: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_id: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src", }, }, }, { category: "product_version", name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_id: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src", }, }, }, { category: "product_version", name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_id: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_id: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src", }, }, }, { category: "product_version", name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_id: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_id: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src", }, }, }, { category: "product_version", name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src&epoch=1", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=src", }, }, }, { category: "product_version", name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_id: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src", }, }, }, { category: "product_version", name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_id: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=src", }, }, }, { category: "product_version", name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_id: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_id: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_id: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", }, product_reference: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", }, product_reference: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", }, product_reference: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", }, product_reference: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", }, product_reference: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", }, product_reference: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", }, product_reference: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", }, product_reference: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", }, product_reference: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", }, product_reference: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39-devel:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6345", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, discovery_date: "2024-07-15T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2297771", }, ], notes: [ { category: "description", text: "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow 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.", title: "Vulnerability description", }, { category: "summary", text: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.\n\nPython 2.7.18 was marked End of Life on 04/20/2020. No patches for Python 2 would be made available.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "RHBZ#2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6345", url: "https://www.cve.org/CVERecord?id=CVE-2024-6345", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", }, { category: "external", summary: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", url: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", }, { category: "external", summary: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", url: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", }, ], release_date: "2024-07-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:5962
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools (CVE-2024-6345)\n\n* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:5962", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40786", url: "https://issues.redhat.com/browse/RHEL-40786", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5962.json", }, ], title: "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", tracking: { current_release_date: "2025-05-05T14:03:52+00:00", generator: { date: "2025-05-05T14:03:52+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:5962", initial_release_date: "2024-08-28T19:00:22+00:00", revision_history: [ { date: "2024-08-28T19:00:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-08-28T19:00:22+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:03:52+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python39:3.9:8100020240826142629:d47b87a4", product: { name: "python39:3.9:8100020240826142629:d47b87a4", product_id: "python39:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_id: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch", }, }, }, { category: "product_version", name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_id: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch", }, }, }, { category: "product_version", name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_id: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-rpm-macros@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_id: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=noarch", }, }, }, { category: "product_version", name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_id: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch", }, }, }, { category: "product_version", name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch&epoch=1", }, }, }, { category: "product_version", name: "python39-devel:3.9:8100020240826142629:d47b87a4", product: { name: "python39-devel:3.9:8100020240826142629:d47b87a4", product_id: "python39-devel:3.9:8100020240826142629:d47b87a4", product_identification_helper: { purl: "pkg:rpmmod/redhat/python39-devel@3.9:8100020240826142629:d47b87a4", }, }, }, { category: "product_version", name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, { category: "product_version", name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_id: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_id: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_id: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_id: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_id: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src", }, }, }, { category: "product_version", name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_id: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src", }, }, }, { category: "product_version", name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_id: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_id: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src", }, }, }, { category: "product_version", name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_id: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_id: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src", }, }, }, { category: "product_version", name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src&epoch=1", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=src", }, }, }, { category: "product_version", name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_id: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src", }, }, }, { category: "product_version", name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_id: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.10.0%2B22183%2Bc898c0c1?arch=src", }, }, }, { category: "product_version", name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_id: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_id: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_id: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_id: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_id: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_id: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_id: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_id: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, { category: "product_version", name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_id: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_id: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debuginfo@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debugsource@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-devel@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-idle@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-libs@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_id: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-test@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-tkinter@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_id: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-debug@3.9.19-7.module%2Bel8.10.0%2B22237%2B51382d7a?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, { category: "product_version", name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_id: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", }, product_reference: "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", }, product_reference: "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", }, product_reference: "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", }, product_reference: "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", }, product_reference: "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", }, product_reference: "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", }, product_reference: "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", }, product_reference: "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", }, product_reference: "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", }, product_reference: "python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", }, product_reference: "python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", }, product_reference: "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", }, product_reference: "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", }, product_reference: "python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, product_reference: "python39-devel:3.9:8100020240826142629:d47b87a4", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", }, product_reference: "python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", }, product_reference: "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", }, product_reference: "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, { category: "default_component_of", full_product_name: { name: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240826142629:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", }, product_reference: "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", }, ], }, vulnerabilities: [ { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-6345", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, discovery_date: "2024-07-15T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2297771", }, ], notes: [ { category: "description", text: "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow 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.", title: "Vulnerability description", }, { category: "summary", text: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.\n\nPython 2.7.18 was marked End of Life on 04/20/2020. No patches for Python 2 would be made available.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "RHBZ#2297771", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2297771", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6345", url: "https://www.cve.org/CVERecord?id=CVE-2024-6345", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6345", }, { category: "external", summary: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", url: "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0", }, { category: "external", summary: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", url: "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5", }, ], release_date: "2024-07-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools", }, { cve: "CVE-2024-6923", discovery_date: "2024-08-01T14:30:06+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2302255", }, ], notes: [ { category: "description", text: "A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.", title: "Vulnerability description", }, { category: "summary", text: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "RHBZ#2302255", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2302255", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-6923", url: "https://www.cve.org/CVERecord?id=CVE-2024-6923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-6923", }, { category: "external", summary: "https://github.com/python/cpython/issues/121650", url: "https://github.com/python/cpython/issues/121650", }, { category: "external", summary: "https://github.com/python/cpython/pull/122233", url: "https://github.com/python/cpython/pull/122233", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/", }, ], release_date: "2024-08-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-08-28T19:00:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debuginfo-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-debugsource-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-devel-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idle-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-libs-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-rpm-macros-0:3.9.19-7.module+el8.10.0+22237+51382d7a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-setuptools-wheel-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-test-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-tkinter-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-setuptools-0:50.3.2-6.module+el8.10.0+22183+c898c0c1.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240826142629:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-debug-0:3.9.19-7.module+el8.10.0+22237+51382d7a.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240826142629:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024:9192
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.11 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9192", url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "RHEL-40779", url: "https://issues.redhat.com/browse/RHEL-40779", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9192.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-05-05T14:05:08+00:00", generator: { date: "2025-05-05T14:05:08+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.3", }, }, id: "RHSA-2024:9192", initial_release_date: "2024-11-12T08:52:22+00:00", revision_history: [ { date: "2024-11-12T08:52:22+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:52:22+00:00", number: "2", summary: "Last updated version", }, { date: "2025-05-05T14:05:08+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.i686", product: { name: "python3.11-0:3.11.9-7.el9.i686", product_id: "python3.11-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9.i686", product_id: "python3.11-debug-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9.i686", product_id: "python3.11-idle-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.i686", product: { name: "python3.11-test-0:3.11.9-7.el9.i686", product_id: "python3.11-test-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9.i686", product_id: "python3.11-devel-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9.i686", product_id: "python3.11-libs-0:3.11.9-7.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-0:3.11.9-7.el9.x86_64", product_id: "python3.11-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-0:3.11.9-7.el9.aarch64", product_id: "python3.11-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9.s390x", product_id: "python3.11-test-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9.s390x", product: { name: "python3.11-0:3.11.9-7.el9.s390x", product_id: "python3.11-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9.src", product: { name: "python3.11-0:3.11.9-7.el9.src", product_id: "python3.11-0:3.11.9-7.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", }, product_reference: "python3.11-0:3.11.9-7.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:52:22+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
rhsa-2024_9190
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:9190", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", url: "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9190.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2024-11-24T16:35:31+00:00", generator: { date: "2024-11-24T16:35:31+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:9190", initial_release_date: "2024-11-12T08:59:55+00:00", revision_history: [ { date: "2024-11-12T08:59:55+00:00", number: "1", summary: "Initial version", }, { date: "2024-11-12T08:59:55+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:35:31+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.i686", product: { name: "python3.12-0:3.12.5-2.el9.i686", product_id: "python3.12-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9.i686", product_id: "python3.12-debug-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9.i686", product_id: "python3.12-idle-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.i686", product: { name: "python3.12-test-0:3.12.5-2.el9.i686", product_id: "python3.12-test-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9.i686", product_id: "python3.12-devel-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9.i686", product_id: "python3.12-libs-0:3.12.5-2.el9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-0:3.12.5-2.el9.x86_64", product_id: "python3.12-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-0:3.12.5-2.el9.aarch64", product_id: "python3.12-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9.s390x", product_id: "python3.12-test-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9.s390x", product: { name: "python3.12-0:3.12.5-2.el9.s390x", product_id: "python3.12-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9.src", product: { name: "python3.12-0:3.12.5-2.el9.src", product_id: "python3.12-0:3.12.5-2.el9.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=src", }, }, }, ], category: "architecture", name: "src", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "AppStream-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", }, product_reference: "python3.12-0:3.12.5-2.el9.src", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.aarch64", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.i686", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.s390x", relates_to_product_reference: "CRB-9.5.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9.x86_64", relates_to_product_reference: "CRB-9.5.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, discovery_date: "2024-04-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2276525", }, ], notes: [ { category: "description", text: "A flaw was found in the Python/CPython 'zipfile' that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", title: "Vulnerability description", }, { category: "summary", text: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "RHBZ#2276525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2276525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-0450", url: "https://www.cve.org/CVERecord?id=CVE-2024-0450", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", }, ], release_date: "2024-03-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, discovery_date: "2024-06-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2292921", }, ], notes: [ { category: "description", text: "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.", title: "Vulnerability description", }, { category: "summary", text: "python: incorrect IPv4 and IPv6 private ranges", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "RHBZ#2292921", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2292921", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-4032", url: "https://www.cve.org/CVERecord?id=CVE-2024-4032", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4032", }, ], release_date: "2024-06-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "LOW", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "python: incorrect IPv4 and IPv6 private ranges", }, { cve: "CVE-2024-8088", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, discovery_date: "2024-08-22T19:20:09.516938+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307370", }, ], notes: [ { category: "description", text: "A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", title: "Vulnerability summary", }, { category: "other", text: "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "RHBZ#2307370", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-8088", url: "https://www.cve.org/CVERecord?id=CVE-2024-8088", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { category: "external", summary: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { category: "external", summary: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { category: "external", summary: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { category: "external", summary: "https://github.com/python/cpython/issues/122905", url: "https://github.com/python/cpython/issues/122905", }, { category: "external", summary: "https://github.com/python/cpython/pull/122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, ], release_date: "2024-08-22T19:15:09.720000+00:00", remediations: [ { category: "vendor_fix", date: "2024-11-12T08:59:55+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service", }, ], }
ghsa-q98g-hxg3-268c
Vulnerability from github
There is a HIGH severity vulnerability affecting the CPython "zipfile" module.
When iterating over names of entries in a zip archive (for example, methods of "zipfile.ZipFile" like "namelist()", "iterdir()", "extractall()", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.
{ affected: [], aliases: [ "CVE-2024-8088", ], database_specific: { cwe_ids: [ "CWE-835", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-08-22T19:15:09Z", severity: "HIGH", }, details: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.ZipFile\" like \"namelist()\", \"iterdir()\", \"extractall()\", 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.", id: "GHSA-q98g-hxg3-268c", modified: "2024-09-05T00:31:23Z", published: "2024-08-22T21:31:29Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-8088", }, { type: "WEB", url: "https://github.com/python/cpython/issues/122905", }, { type: "WEB", url: "https://github.com/python/cpython/issues/123270", }, { type: "WEB", url: "https://github.com/python/cpython/pull/122906", }, { type: "WEB", url: "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1", }, { type: "WEB", url: "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6", }, { type: "WEB", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { type: "WEB", url: "https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814", }, { type: "WEB", url: "https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4", }, { type: "WEB", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { type: "WEB", url: "https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a", }, { type: "WEB", url: "https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7", }, { type: "WEB", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { type: "WEB", url: "https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db", }, { type: "WEB", url: "https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798", }, { type: "WEB", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", type: "CVSS_V3", }, { score: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:X", type: "CVSS_V4", }, ], }
opensuse-su-2024:14296-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python38-3.8.19-8.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python38-3.8.19-8.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14296", 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/opensuse-su-2024_14296-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python38-3.8.19-8.1 on GA media", tracking: { current_release_date: "2024-08-29T00:00:00Z", generator: { date: "2024-08-29T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14296-1", initial_release_date: "2024-08-29T00:00:00Z", revision_history: [ { date: "2024-08-29T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python38-3.8.19-8.1.aarch64", product: { name: "python38-3.8.19-8.1.aarch64", product_id: "python38-3.8.19-8.1.aarch64", }, }, { category: "product_version", name: "python38-curses-3.8.19-8.1.aarch64", product: { name: "python38-curses-3.8.19-8.1.aarch64", product_id: "python38-curses-3.8.19-8.1.aarch64", }, }, { category: "product_version", name: "python38-dbm-3.8.19-8.1.aarch64", product: { name: "python38-dbm-3.8.19-8.1.aarch64", product_id: "python38-dbm-3.8.19-8.1.aarch64", }, }, { category: "product_version", name: "python38-idle-3.8.19-8.1.aarch64", product: { name: "python38-idle-3.8.19-8.1.aarch64", product_id: "python38-idle-3.8.19-8.1.aarch64", }, }, { category: "product_version", name: "python38-tk-3.8.19-8.1.aarch64", product: { name: "python38-tk-3.8.19-8.1.aarch64", product_id: "python38-tk-3.8.19-8.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python38-3.8.19-8.1.ppc64le", product: { name: "python38-3.8.19-8.1.ppc64le", product_id: "python38-3.8.19-8.1.ppc64le", }, }, { category: "product_version", name: "python38-curses-3.8.19-8.1.ppc64le", product: { name: "python38-curses-3.8.19-8.1.ppc64le", product_id: "python38-curses-3.8.19-8.1.ppc64le", }, }, { category: "product_version", name: "python38-dbm-3.8.19-8.1.ppc64le", product: { name: "python38-dbm-3.8.19-8.1.ppc64le", product_id: "python38-dbm-3.8.19-8.1.ppc64le", }, }, { category: "product_version", name: "python38-idle-3.8.19-8.1.ppc64le", product: { name: "python38-idle-3.8.19-8.1.ppc64le", product_id: "python38-idle-3.8.19-8.1.ppc64le", }, }, { category: "product_version", name: "python38-tk-3.8.19-8.1.ppc64le", product: { name: "python38-tk-3.8.19-8.1.ppc64le", product_id: "python38-tk-3.8.19-8.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python38-3.8.19-8.1.s390x", product: { name: "python38-3.8.19-8.1.s390x", product_id: "python38-3.8.19-8.1.s390x", }, }, { category: "product_version", name: "python38-curses-3.8.19-8.1.s390x", product: { name: "python38-curses-3.8.19-8.1.s390x", product_id: "python38-curses-3.8.19-8.1.s390x", }, }, { category: "product_version", name: "python38-dbm-3.8.19-8.1.s390x", product: { name: "python38-dbm-3.8.19-8.1.s390x", product_id: "python38-dbm-3.8.19-8.1.s390x", }, }, { category: "product_version", name: "python38-idle-3.8.19-8.1.s390x", product: { name: "python38-idle-3.8.19-8.1.s390x", product_id: "python38-idle-3.8.19-8.1.s390x", }, }, { category: "product_version", name: "python38-tk-3.8.19-8.1.s390x", product: { name: "python38-tk-3.8.19-8.1.s390x", product_id: "python38-tk-3.8.19-8.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python38-3.8.19-8.1.x86_64", product: { name: "python38-3.8.19-8.1.x86_64", product_id: "python38-3.8.19-8.1.x86_64", }, }, { category: "product_version", name: "python38-curses-3.8.19-8.1.x86_64", product: { name: "python38-curses-3.8.19-8.1.x86_64", product_id: "python38-curses-3.8.19-8.1.x86_64", }, }, { category: "product_version", name: "python38-dbm-3.8.19-8.1.x86_64", product: { name: "python38-dbm-3.8.19-8.1.x86_64", product_id: "python38-dbm-3.8.19-8.1.x86_64", }, }, { category: "product_version", name: "python38-idle-3.8.19-8.1.x86_64", product: { name: "python38-idle-3.8.19-8.1.x86_64", product_id: "python38-idle-3.8.19-8.1.x86_64", }, }, { category: "product_version", name: "python38-tk-3.8.19-8.1.x86_64", product: { name: "python38-tk-3.8.19-8.1.x86_64", product_id: "python38-tk-3.8.19-8.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python38-3.8.19-8.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-8.1.aarch64", }, product_reference: "python38-3.8.19-8.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-8.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-8.1.ppc64le", }, product_reference: "python38-3.8.19-8.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-8.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-8.1.s390x", }, product_reference: "python38-3.8.19-8.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-8.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-8.1.x86_64", }, product_reference: "python38-3.8.19-8.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-8.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.aarch64", }, product_reference: "python38-curses-3.8.19-8.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-8.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.ppc64le", }, product_reference: "python38-curses-3.8.19-8.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-8.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.s390x", }, product_reference: "python38-curses-3.8.19-8.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-8.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.x86_64", }, product_reference: "python38-curses-3.8.19-8.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-8.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.aarch64", }, product_reference: "python38-dbm-3.8.19-8.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-8.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.ppc64le", }, product_reference: "python38-dbm-3.8.19-8.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-8.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.s390x", }, product_reference: "python38-dbm-3.8.19-8.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-8.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.x86_64", }, product_reference: "python38-dbm-3.8.19-8.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-8.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.aarch64", }, product_reference: "python38-idle-3.8.19-8.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-8.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.ppc64le", }, product_reference: "python38-idle-3.8.19-8.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-8.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.s390x", }, product_reference: "python38-idle-3.8.19-8.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-8.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.x86_64", }, product_reference: "python38-idle-3.8.19-8.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-8.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.aarch64", }, product_reference: "python38-tk-3.8.19-8.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-8.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.ppc64le", }, product_reference: "python38-tk-3.8.19-8.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-8.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.s390x", }, product_reference: "python38-tk-3.8.19-8.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-8.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.x86_64", }, product_reference: "python38-tk-3.8.19-8.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python38-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-8.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: [ "openSUSE Tumbleweed:python38-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-8.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: [ "openSUSE Tumbleweed:python38-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-8.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14297-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python39-3.9.19-7.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python39-3.9.19-7.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14297", 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/opensuse-su-2024_14297-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python39-3.9.19-7.1 on GA media", tracking: { current_release_date: "2024-08-29T00:00:00Z", generator: { date: "2024-08-29T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14297-1", initial_release_date: "2024-08-29T00:00:00Z", revision_history: [ { date: "2024-08-29T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python39-3.9.19-7.1.aarch64", product: { name: "python39-3.9.19-7.1.aarch64", product_id: "python39-3.9.19-7.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.19-7.1.aarch64", product: { name: "python39-curses-3.9.19-7.1.aarch64", product_id: "python39-curses-3.9.19-7.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-7.1.aarch64", product: { name: "python39-dbm-3.9.19-7.1.aarch64", product_id: "python39-dbm-3.9.19-7.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.19-7.1.aarch64", product: { name: "python39-idle-3.9.19-7.1.aarch64", product_id: "python39-idle-3.9.19-7.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.19-7.1.aarch64", product: { name: "python39-tk-3.9.19-7.1.aarch64", product_id: "python39-tk-3.9.19-7.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python39-3.9.19-7.1.ppc64le", product: { name: "python39-3.9.19-7.1.ppc64le", product_id: "python39-3.9.19-7.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.19-7.1.ppc64le", product: { name: "python39-curses-3.9.19-7.1.ppc64le", product_id: "python39-curses-3.9.19-7.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.19-7.1.ppc64le", product: { name: "python39-dbm-3.9.19-7.1.ppc64le", product_id: "python39-dbm-3.9.19-7.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.19-7.1.ppc64le", product: { name: "python39-idle-3.9.19-7.1.ppc64le", product_id: "python39-idle-3.9.19-7.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.19-7.1.ppc64le", product: { name: "python39-tk-3.9.19-7.1.ppc64le", product_id: "python39-tk-3.9.19-7.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python39-3.9.19-7.1.s390x", product: { name: "python39-3.9.19-7.1.s390x", product_id: "python39-3.9.19-7.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.19-7.1.s390x", product: { name: "python39-curses-3.9.19-7.1.s390x", product_id: "python39-curses-3.9.19-7.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.19-7.1.s390x", product: { name: "python39-dbm-3.9.19-7.1.s390x", product_id: "python39-dbm-3.9.19-7.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.19-7.1.s390x", product: { name: "python39-idle-3.9.19-7.1.s390x", product_id: "python39-idle-3.9.19-7.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.19-7.1.s390x", product: { name: "python39-tk-3.9.19-7.1.s390x", product_id: "python39-tk-3.9.19-7.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python39-3.9.19-7.1.x86_64", product: { name: "python39-3.9.19-7.1.x86_64", product_id: "python39-3.9.19-7.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.19-7.1.x86_64", product: { name: "python39-curses-3.9.19-7.1.x86_64", product_id: "python39-curses-3.9.19-7.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-7.1.x86_64", product: { name: "python39-dbm-3.9.19-7.1.x86_64", product_id: "python39-dbm-3.9.19-7.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.19-7.1.x86_64", product: { name: "python39-idle-3.9.19-7.1.x86_64", product_id: "python39-idle-3.9.19-7.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.19-7.1.x86_64", product: { name: "python39-tk-3.9.19-7.1.x86_64", product_id: "python39-tk-3.9.19-7.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python39-3.9.19-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-7.1.aarch64", }, product_reference: "python39-3.9.19-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-7.1.ppc64le", }, product_reference: "python39-3.9.19-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-7.1.s390x", }, product_reference: "python39-3.9.19-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-7.1.x86_64", }, product_reference: "python39-3.9.19-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.aarch64", }, product_reference: "python39-curses-3.9.19-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.ppc64le", }, product_reference: "python39-curses-3.9.19-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.s390x", }, product_reference: "python39-curses-3.9.19-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.x86_64", }, product_reference: "python39-curses-3.9.19-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.aarch64", }, product_reference: "python39-dbm-3.9.19-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.ppc64le", }, product_reference: "python39-dbm-3.9.19-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.s390x", }, product_reference: "python39-dbm-3.9.19-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.x86_64", }, product_reference: "python39-dbm-3.9.19-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.aarch64", }, product_reference: "python39-idle-3.9.19-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.ppc64le", }, product_reference: "python39-idle-3.9.19-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.s390x", }, product_reference: "python39-idle-3.9.19-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.x86_64", }, product_reference: "python39-idle-3.9.19-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.aarch64", }, product_reference: "python39-tk-3.9.19-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.ppc64le", }, product_reference: "python39-tk-3.9.19-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.s390x", }, product_reference: "python39-tk-3.9.19-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.x86_64", }, product_reference: "python39-tk-3.9.19-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python39-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-7.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: [ "openSUSE Tumbleweed:python39-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-7.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: [ "openSUSE Tumbleweed:python39-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-7.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-7.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14300-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python312-3.12.5-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python312-3.12.5-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14300", 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/opensuse-su-2024_14300-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python312-3.12.5-2.1 on GA media", tracking: { current_release_date: "2024-08-30T00:00:00Z", generator: { date: "2024-08-30T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14300-1", initial_release_date: "2024-08-30T00:00:00Z", revision_history: [ { date: "2024-08-30T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python312-3.12.5-2.1.aarch64", product: { name: "python312-3.12.5-2.1.aarch64", product_id: "python312-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-32bit-3.12.5-2.1.aarch64", product: { name: "python312-32bit-3.12.5-2.1.aarch64", product_id: "python312-32bit-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.5-2.1.aarch64", product: { name: "python312-curses-3.12.5-2.1.aarch64", product_id: "python312-curses-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.5-2.1.aarch64", product: { name: "python312-dbm-3.12.5-2.1.aarch64", product_id: "python312-dbm-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.5-2.1.aarch64", product: { name: "python312-idle-3.12.5-2.1.aarch64", product_id: "python312-idle-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.5-2.1.aarch64", product: { name: "python312-tk-3.12.5-2.1.aarch64", product_id: "python312-tk-3.12.5-2.1.aarch64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-2.1.aarch64", product: { name: "python312-x86-64-v3-3.12.5-2.1.aarch64", product_id: "python312-x86-64-v3-3.12.5-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python312-3.12.5-2.1.ppc64le", product: { name: "python312-3.12.5-2.1.ppc64le", product_id: "python312-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-32bit-3.12.5-2.1.ppc64le", product: { name: "python312-32bit-3.12.5-2.1.ppc64le", product_id: "python312-32bit-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.5-2.1.ppc64le", product: { name: "python312-curses-3.12.5-2.1.ppc64le", product_id: "python312-curses-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.5-2.1.ppc64le", product: { name: "python312-dbm-3.12.5-2.1.ppc64le", product_id: "python312-dbm-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.5-2.1.ppc64le", product: { name: "python312-idle-3.12.5-2.1.ppc64le", product_id: "python312-idle-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.5-2.1.ppc64le", product: { name: "python312-tk-3.12.5-2.1.ppc64le", product_id: "python312-tk-3.12.5-2.1.ppc64le", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-2.1.ppc64le", product: { name: "python312-x86-64-v3-3.12.5-2.1.ppc64le", product_id: "python312-x86-64-v3-3.12.5-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python312-3.12.5-2.1.s390x", product: { name: "python312-3.12.5-2.1.s390x", product_id: "python312-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-32bit-3.12.5-2.1.s390x", product: { name: "python312-32bit-3.12.5-2.1.s390x", product_id: "python312-32bit-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.5-2.1.s390x", product: { name: "python312-curses-3.12.5-2.1.s390x", product_id: "python312-curses-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.5-2.1.s390x", product: { name: "python312-dbm-3.12.5-2.1.s390x", product_id: "python312-dbm-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.5-2.1.s390x", product: { name: "python312-idle-3.12.5-2.1.s390x", product_id: "python312-idle-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.5-2.1.s390x", product: { name: "python312-tk-3.12.5-2.1.s390x", product_id: "python312-tk-3.12.5-2.1.s390x", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-2.1.s390x", product: { name: "python312-x86-64-v3-3.12.5-2.1.s390x", product_id: "python312-x86-64-v3-3.12.5-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python312-3.12.5-2.1.x86_64", product: { name: "python312-3.12.5-2.1.x86_64", product_id: "python312-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.5-2.1.x86_64", product: { name: "python312-32bit-3.12.5-2.1.x86_64", product_id: "python312-32bit-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.5-2.1.x86_64", product: { name: "python312-curses-3.12.5-2.1.x86_64", product_id: "python312-curses-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.5-2.1.x86_64", product: { name: "python312-dbm-3.12.5-2.1.x86_64", product_id: "python312-dbm-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.5-2.1.x86_64", product: { name: "python312-idle-3.12.5-2.1.x86_64", product_id: "python312-idle-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.5-2.1.x86_64", product: { name: "python312-tk-3.12.5-2.1.x86_64", product_id: "python312-tk-3.12.5-2.1.x86_64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-2.1.x86_64", product: { name: "python312-x86-64-v3-3.12.5-2.1.x86_64", product_id: "python312-x86-64-v3-3.12.5-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python312-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-2.1.aarch64", }, product_reference: "python312-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-2.1.ppc64le", }, product_reference: "python312-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-2.1.s390x", }, product_reference: "python312-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-2.1.x86_64", }, product_reference: "python312-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.aarch64", }, product_reference: "python312-32bit-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.ppc64le", }, product_reference: "python312-32bit-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.s390x", }, product_reference: "python312-32bit-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.x86_64", }, product_reference: "python312-32bit-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.aarch64", }, product_reference: "python312-curses-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.ppc64le", }, product_reference: "python312-curses-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.s390x", }, product_reference: "python312-curses-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.x86_64", }, product_reference: "python312-curses-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.aarch64", }, product_reference: "python312-dbm-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.ppc64le", }, product_reference: "python312-dbm-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.s390x", }, product_reference: "python312-dbm-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.x86_64", }, product_reference: "python312-dbm-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.aarch64", }, product_reference: "python312-idle-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.ppc64le", }, product_reference: "python312-idle-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.s390x", }, product_reference: "python312-idle-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.x86_64", }, product_reference: "python312-idle-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.aarch64", }, product_reference: "python312-tk-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.ppc64le", }, product_reference: "python312-tk-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.s390x", }, product_reference: "python312-tk-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.x86_64", }, product_reference: "python312-tk-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.aarch64", }, product_reference: "python312-x86-64-v3-3.12.5-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.ppc64le", }, product_reference: "python312-x86-64-v3-3.12.5-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.s390x", }, product_reference: "python312-x86-64-v3-3.12.5-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.x86_64", }, product_reference: "python312-x86-64-v3-3.12.5-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python312-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.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: [ "openSUSE Tumbleweed:python312-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.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: [ "openSUSE Tumbleweed:python312-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-30T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14301-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python313-3.13.0~rc1-3.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python313-3.13.0~rc1-3.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14301", 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/opensuse-su-2024_14301-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python313-3.13.0~rc1-3.1 on GA media", tracking: { current_release_date: "2024-08-30T00:00:00Z", generator: { date: "2024-08-30T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14301-1", initial_release_date: "2024-08-30T00:00:00Z", revision_history: [ { date: "2024-08-30T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python313-3.13.0~rc1-3.1.aarch64", product: { name: "python313-3.13.0~rc1-3.1.aarch64", product_id: "python313-3.13.0~rc1-3.1.aarch64", }, }, { category: "product_version", name: "python313-curses-3.13.0~rc1-3.1.aarch64", product: { name: "python313-curses-3.13.0~rc1-3.1.aarch64", product_id: "python313-curses-3.13.0~rc1-3.1.aarch64", }, }, { category: "product_version", name: "python313-dbm-3.13.0~rc1-3.1.aarch64", product: { name: "python313-dbm-3.13.0~rc1-3.1.aarch64", product_id: "python313-dbm-3.13.0~rc1-3.1.aarch64", }, }, { category: "product_version", name: "python313-idle-3.13.0~rc1-3.1.aarch64", product: { name: "python313-idle-3.13.0~rc1-3.1.aarch64", product_id: "python313-idle-3.13.0~rc1-3.1.aarch64", }, }, { category: "product_version", name: "python313-tk-3.13.0~rc1-3.1.aarch64", product: { name: "python313-tk-3.13.0~rc1-3.1.aarch64", product_id: "python313-tk-3.13.0~rc1-3.1.aarch64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", product: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", product_id: "python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python313-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-3.13.0~rc1-3.1.ppc64le", product_id: "python313-3.13.0~rc1-3.1.ppc64le", }, }, { category: "product_version", name: "python313-curses-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-curses-3.13.0~rc1-3.1.ppc64le", product_id: "python313-curses-3.13.0~rc1-3.1.ppc64le", }, }, { category: "product_version", name: "python313-dbm-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-dbm-3.13.0~rc1-3.1.ppc64le", product_id: "python313-dbm-3.13.0~rc1-3.1.ppc64le", }, }, { category: "product_version", name: "python313-idle-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-idle-3.13.0~rc1-3.1.ppc64le", product_id: "python313-idle-3.13.0~rc1-3.1.ppc64le", }, }, { category: "product_version", name: "python313-tk-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-tk-3.13.0~rc1-3.1.ppc64le", product_id: "python313-tk-3.13.0~rc1-3.1.ppc64le", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", product: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", product_id: "python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python313-3.13.0~rc1-3.1.s390x", product: { name: "python313-3.13.0~rc1-3.1.s390x", product_id: "python313-3.13.0~rc1-3.1.s390x", }, }, { category: "product_version", name: "python313-curses-3.13.0~rc1-3.1.s390x", product: { name: "python313-curses-3.13.0~rc1-3.1.s390x", product_id: "python313-curses-3.13.0~rc1-3.1.s390x", }, }, { category: "product_version", name: "python313-dbm-3.13.0~rc1-3.1.s390x", product: { name: "python313-dbm-3.13.0~rc1-3.1.s390x", product_id: "python313-dbm-3.13.0~rc1-3.1.s390x", }, }, { category: "product_version", name: "python313-idle-3.13.0~rc1-3.1.s390x", product: { name: "python313-idle-3.13.0~rc1-3.1.s390x", product_id: "python313-idle-3.13.0~rc1-3.1.s390x", }, }, { category: "product_version", name: "python313-tk-3.13.0~rc1-3.1.s390x", product: { name: "python313-tk-3.13.0~rc1-3.1.s390x", product_id: "python313-tk-3.13.0~rc1-3.1.s390x", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0~rc1-3.1.s390x", product: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.s390x", product_id: "python313-x86-64-v3-3.13.0~rc1-3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python313-3.13.0~rc1-3.1.x86_64", product: { name: "python313-3.13.0~rc1-3.1.x86_64", product_id: "python313-3.13.0~rc1-3.1.x86_64", }, }, { category: "product_version", name: "python313-curses-3.13.0~rc1-3.1.x86_64", product: { name: "python313-curses-3.13.0~rc1-3.1.x86_64", product_id: "python313-curses-3.13.0~rc1-3.1.x86_64", }, }, { category: "product_version", name: "python313-dbm-3.13.0~rc1-3.1.x86_64", product: { name: "python313-dbm-3.13.0~rc1-3.1.x86_64", product_id: "python313-dbm-3.13.0~rc1-3.1.x86_64", }, }, { category: "product_version", name: "python313-idle-3.13.0~rc1-3.1.x86_64", product: { name: "python313-idle-3.13.0~rc1-3.1.x86_64", product_id: "python313-idle-3.13.0~rc1-3.1.x86_64", }, }, { category: "product_version", name: "python313-tk-3.13.0~rc1-3.1.x86_64", product: { name: "python313-tk-3.13.0~rc1-3.1.x86_64", product_id: "python313-tk-3.13.0~rc1-3.1.x86_64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", product: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", product_id: "python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python313-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-curses-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-curses-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-curses-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-curses-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-dbm-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-dbm-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-dbm-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-dbm-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-idle-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-idle-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-idle-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-idle-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-tk-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-tk-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-tk-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-tk-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", }, product_reference: "python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", }, product_reference: "python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.s390x", }, product_reference: "python313-x86-64-v3-3.13.0~rc1-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0~rc1-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", }, product_reference: "python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.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: [ "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.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: [ "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0~rc1-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~rc1-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-30T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14434-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python314-3.14.0~a1-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python314-3.14.0~a1-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14434", 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/opensuse-su-2024_14434-1.json", }, { category: "self", summary: "SUSE CVE CVE-2011-3389 page", url: "https://www.suse.com/security/cve/CVE-2011-3389/", }, { category: "self", summary: "SUSE CVE CVE-2011-4944 page", url: "https://www.suse.com/security/cve/CVE-2011-4944/", }, { category: "self", summary: "SUSE CVE CVE-2012-0845 page", url: "https://www.suse.com/security/cve/CVE-2012-0845/", }, { category: "self", summary: "SUSE CVE CVE-2012-1150 page", url: "https://www.suse.com/security/cve/CVE-2012-1150/", }, { category: "self", summary: "SUSE CVE CVE-2013-1752 page", url: "https://www.suse.com/security/cve/CVE-2013-1752/", }, { category: "self", summary: "SUSE CVE CVE-2013-4238 page", url: "https://www.suse.com/security/cve/CVE-2013-4238/", }, { category: "self", summary: "SUSE CVE CVE-2014-2667 page", url: "https://www.suse.com/security/cve/CVE-2014-2667/", }, { category: "self", summary: "SUSE CVE CVE-2014-4650 page", url: "https://www.suse.com/security/cve/CVE-2014-4650/", }, { category: "self", summary: "SUSE CVE CVE-2019-20907 page", url: "https://www.suse.com/security/cve/CVE-2019-20907/", }, { category: "self", summary: "SUSE CVE CVE-2019-5010 page", url: "https://www.suse.com/security/cve/CVE-2019-5010/", }, { category: "self", summary: "SUSE CVE CVE-2019-9947 page", url: "https://www.suse.com/security/cve/CVE-2019-9947/", }, { category: "self", summary: "SUSE CVE CVE-2020-10735 page", url: "https://www.suse.com/security/cve/CVE-2020-10735/", }, { category: "self", summary: "SUSE CVE CVE-2020-15523 page", url: "https://www.suse.com/security/cve/CVE-2020-15523/", }, { category: "self", summary: "SUSE CVE CVE-2020-15801 page", url: "https://www.suse.com/security/cve/CVE-2020-15801/", }, { category: "self", summary: "SUSE CVE CVE-2020-8492 page", url: "https://www.suse.com/security/cve/CVE-2020-8492/", }, { category: "self", summary: "SUSE CVE CVE-2021-23336 page", url: "https://www.suse.com/security/cve/CVE-2021-23336/", }, { category: "self", summary: "SUSE CVE CVE-2021-3177 page", url: "https://www.suse.com/security/cve/CVE-2021-3177/", }, { category: "self", summary: "SUSE CVE CVE-2021-3426 page", url: "https://www.suse.com/security/cve/CVE-2021-3426/", }, { category: "self", summary: "SUSE CVE CVE-2022-25236 page", url: "https://www.suse.com/security/cve/CVE-2022-25236/", }, { category: "self", summary: "SUSE CVE CVE-2022-42919 page", url: "https://www.suse.com/security/cve/CVE-2022-42919/", }, { category: "self", summary: "SUSE CVE CVE-2022-45061 page", url: "https://www.suse.com/security/cve/CVE-2022-45061/", }, { category: "self", summary: "SUSE CVE CVE-2023-0286 page", url: "https://www.suse.com/security/cve/CVE-2023-0286/", }, { category: "self", summary: "SUSE CVE CVE-2023-24329 page", url: "https://www.suse.com/security/cve/CVE-2023-24329/", }, { category: "self", summary: "SUSE CVE CVE-2023-2650 page", url: "https://www.suse.com/security/cve/CVE-2023-2650/", }, { category: "self", summary: "SUSE CVE CVE-2023-27043 page", url: "https://www.suse.com/security/cve/CVE-2023-27043/", }, { category: "self", summary: "SUSE CVE CVE-2023-40217 page", url: "https://www.suse.com/security/cve/CVE-2023-40217/", }, { 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-4030 page", url: "https://www.suse.com/security/cve/CVE-2024-4030/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python314-3.14.0~a1-1.1 on GA media", tracking: { current_release_date: "2024-10-28T00:00:00Z", generator: { date: "2024-10-28T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14434-1", initial_release_date: "2024-10-28T00:00:00Z", revision_history: [ { date: "2024-10-28T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python314-3.14.0~a1-1.1.aarch64", product: { name: "python314-3.14.0~a1-1.1.aarch64", product_id: "python314-3.14.0~a1-1.1.aarch64", }, }, { category: "product_version", name: "python314-curses-3.14.0~a1-1.1.aarch64", product: { name: "python314-curses-3.14.0~a1-1.1.aarch64", product_id: "python314-curses-3.14.0~a1-1.1.aarch64", }, }, { category: "product_version", name: "python314-dbm-3.14.0~a1-1.1.aarch64", product: { name: "python314-dbm-3.14.0~a1-1.1.aarch64", product_id: "python314-dbm-3.14.0~a1-1.1.aarch64", }, }, { category: "product_version", name: "python314-idle-3.14.0~a1-1.1.aarch64", product: { name: "python314-idle-3.14.0~a1-1.1.aarch64", product_id: "python314-idle-3.14.0~a1-1.1.aarch64", }, }, { category: "product_version", name: "python314-tk-3.14.0~a1-1.1.aarch64", product: { name: "python314-tk-3.14.0~a1-1.1.aarch64", product_id: "python314-tk-3.14.0~a1-1.1.aarch64", }, }, { category: "product_version", name: "python314-x86-64-v3-3.14.0~a1-1.1.aarch64", product: { name: "python314-x86-64-v3-3.14.0~a1-1.1.aarch64", product_id: "python314-x86-64-v3-3.14.0~a1-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python314-3.14.0~a1-1.1.ppc64le", product: { name: "python314-3.14.0~a1-1.1.ppc64le", product_id: "python314-3.14.0~a1-1.1.ppc64le", }, }, { category: "product_version", name: "python314-curses-3.14.0~a1-1.1.ppc64le", product: { name: "python314-curses-3.14.0~a1-1.1.ppc64le", product_id: "python314-curses-3.14.0~a1-1.1.ppc64le", }, }, { category: "product_version", name: "python314-dbm-3.14.0~a1-1.1.ppc64le", product: { name: "python314-dbm-3.14.0~a1-1.1.ppc64le", product_id: "python314-dbm-3.14.0~a1-1.1.ppc64le", }, }, { category: "product_version", name: "python314-idle-3.14.0~a1-1.1.ppc64le", product: { name: "python314-idle-3.14.0~a1-1.1.ppc64le", product_id: "python314-idle-3.14.0~a1-1.1.ppc64le", }, }, { category: "product_version", name: "python314-tk-3.14.0~a1-1.1.ppc64le", product: { name: "python314-tk-3.14.0~a1-1.1.ppc64le", product_id: "python314-tk-3.14.0~a1-1.1.ppc64le", }, }, { category: "product_version", name: "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", product: { name: "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", product_id: "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python314-3.14.0~a1-1.1.s390x", product: { name: "python314-3.14.0~a1-1.1.s390x", product_id: "python314-3.14.0~a1-1.1.s390x", }, }, { category: "product_version", name: "python314-curses-3.14.0~a1-1.1.s390x", product: { name: "python314-curses-3.14.0~a1-1.1.s390x", product_id: "python314-curses-3.14.0~a1-1.1.s390x", }, }, { category: "product_version", name: "python314-dbm-3.14.0~a1-1.1.s390x", product: { name: "python314-dbm-3.14.0~a1-1.1.s390x", product_id: "python314-dbm-3.14.0~a1-1.1.s390x", }, }, { category: "product_version", name: "python314-idle-3.14.0~a1-1.1.s390x", product: { name: "python314-idle-3.14.0~a1-1.1.s390x", product_id: "python314-idle-3.14.0~a1-1.1.s390x", }, }, { category: "product_version", name: "python314-tk-3.14.0~a1-1.1.s390x", product: { name: "python314-tk-3.14.0~a1-1.1.s390x", product_id: "python314-tk-3.14.0~a1-1.1.s390x", }, }, { category: "product_version", name: "python314-x86-64-v3-3.14.0~a1-1.1.s390x", product: { name: "python314-x86-64-v3-3.14.0~a1-1.1.s390x", product_id: "python314-x86-64-v3-3.14.0~a1-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python314-3.14.0~a1-1.1.x86_64", product: { name: "python314-3.14.0~a1-1.1.x86_64", product_id: "python314-3.14.0~a1-1.1.x86_64", }, }, { category: "product_version", name: "python314-curses-3.14.0~a1-1.1.x86_64", product: { name: "python314-curses-3.14.0~a1-1.1.x86_64", product_id: "python314-curses-3.14.0~a1-1.1.x86_64", }, }, { category: "product_version", name: "python314-dbm-3.14.0~a1-1.1.x86_64", product: { name: "python314-dbm-3.14.0~a1-1.1.x86_64", product_id: "python314-dbm-3.14.0~a1-1.1.x86_64", }, }, { category: "product_version", name: "python314-idle-3.14.0~a1-1.1.x86_64", product: { name: "python314-idle-3.14.0~a1-1.1.x86_64", product_id: "python314-idle-3.14.0~a1-1.1.x86_64", }, }, { category: "product_version", name: "python314-tk-3.14.0~a1-1.1.x86_64", product: { name: "python314-tk-3.14.0~a1-1.1.x86_64", product_id: "python314-tk-3.14.0~a1-1.1.x86_64", }, }, { category: "product_version", name: "python314-x86-64-v3-3.14.0~a1-1.1.x86_64", product: { name: "python314-x86-64-v3-3.14.0~a1-1.1.x86_64", product_id: "python314-x86-64-v3-3.14.0~a1-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python314-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", }, product_reference: "python314-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-curses-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-curses-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-curses-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-curses-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-curses-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", }, product_reference: "python314-curses-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-curses-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-curses-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-dbm-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-dbm-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-dbm-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-dbm-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-dbm-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", }, product_reference: "python314-dbm-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-dbm-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-dbm-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-idle-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-idle-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-idle-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-idle-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-idle-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", }, product_reference: "python314-idle-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-idle-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-idle-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-tk-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-tk-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-tk-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-tk-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-tk-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", }, product_reference: "python314-tk-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-tk-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-tk-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-x86-64-v3-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", }, product_reference: "python314-x86-64-v3-3.14.0~a1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", }, product_reference: "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-x86-64-v3-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", }, product_reference: "python314-x86-64-v3-3.14.0~a1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python314-x86-64-v3-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", }, product_reference: "python314-x86-64-v3-3.14.0~a1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2011-3389", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2011-3389", }, ], notes: [ { category: "general", text: "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2011-3389", url: "https://www.suse.com/security/cve/CVE-2011-3389", }, { category: "external", summary: "SUSE Bug 716002 for CVE-2011-3389", url: "https://bugzilla.suse.com/716002", }, { category: "external", summary: "SUSE Bug 719047 for CVE-2011-3389", url: "https://bugzilla.suse.com/719047", }, { category: "external", summary: "SUSE Bug 725167 for CVE-2011-3389", url: "https://bugzilla.suse.com/725167", }, { category: "external", summary: "SUSE Bug 726096 for CVE-2011-3389", url: "https://bugzilla.suse.com/726096", }, { category: "external", summary: "SUSE Bug 739248 for CVE-2011-3389", url: "https://bugzilla.suse.com/739248", }, { category: "external", summary: "SUSE Bug 739256 for CVE-2011-3389", url: "https://bugzilla.suse.com/739256", }, { category: "external", summary: "SUSE Bug 742306 for CVE-2011-3389", url: "https://bugzilla.suse.com/742306", }, { category: "external", summary: "SUSE Bug 751718 for CVE-2011-3389", url: "https://bugzilla.suse.com/751718", }, { category: "external", summary: "SUSE Bug 759666 for CVE-2011-3389", url: "https://bugzilla.suse.com/759666", }, { category: "external", summary: "SUSE Bug 763598 for CVE-2011-3389", url: "https://bugzilla.suse.com/763598", }, { category: "external", summary: "SUSE Bug 814655 for CVE-2011-3389", url: "https://bugzilla.suse.com/814655", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2011-3389", }, { cve: "CVE-2011-4944", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2011-4944", }, ], notes: [ { category: "general", text: "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2011-4944", url: "https://www.suse.com/security/cve/CVE-2011-4944", }, { category: "external", summary: "SUSE Bug 754447 for CVE-2011-4944", url: "https://bugzilla.suse.com/754447", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.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:L/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "low", }, ], title: "CVE-2011-4944", }, { cve: "CVE-2012-0845", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2012-0845", }, ], notes: [ { category: "general", text: "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2012-0845", url: "https://www.suse.com/security/cve/CVE-2012-0845", }, { category: "external", summary: "SUSE Bug 747125 for CVE-2012-0845", url: "https://bugzilla.suse.com/747125", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2012-0845", }, { cve: "CVE-2012-1150", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2012-1150", }, ], notes: [ { category: "general", text: "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2012-1150", url: "https://www.suse.com/security/cve/CVE-2012-1150", }, { category: "external", summary: "SUSE Bug 751718 for CVE-2012-1150", url: "https://bugzilla.suse.com/751718", }, { category: "external", summary: "SUSE Bug 755383 for CVE-2012-1150", url: "https://bugzilla.suse.com/755383", }, { category: "external", summary: "SUSE Bug 826682 for CVE-2012-1150", url: "https://bugzilla.suse.com/826682", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2012-1150", }, { cve: "CVE-2013-1752", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2013-1752", }, ], notes: [ { category: "general", text: "** REJECT ** Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2013-1752", url: "https://www.suse.com/security/cve/CVE-2013-1752", }, { category: "external", summary: "SUSE Bug 856835 for CVE-2013-1752", url: "https://bugzilla.suse.com/856835", }, { category: "external", summary: "SUSE Bug 856836 for CVE-2013-1752", url: "https://bugzilla.suse.com/856836", }, { category: "external", summary: "SUSE Bug 863741 for CVE-2013-1752", url: "https://bugzilla.suse.com/863741", }, { category: "external", summary: "SUSE Bug 885882 for CVE-2013-1752", url: "https://bugzilla.suse.com/885882", }, { category: "external", summary: "SUSE Bug 898572 for CVE-2013-1752", url: "https://bugzilla.suse.com/898572", }, { category: "external", summary: "SUSE Bug 912739 for CVE-2013-1752", url: "https://bugzilla.suse.com/912739", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2013-1752", }, { cve: "CVE-2013-4238", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2013-4238", }, ], notes: [ { category: "general", text: "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a '\\0' character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2013-4238", url: "https://www.suse.com/security/cve/CVE-2013-4238", }, { category: "external", summary: "SUSE Bug 834601 for CVE-2013-4238", url: "https://bugzilla.suse.com/834601", }, { category: "external", summary: "SUSE Bug 839107 for CVE-2013-4238", url: "https://bugzilla.suse.com/839107", }, { category: "external", summary: "SUSE Bug 882915 for CVE-2013-4238", url: "https://bugzilla.suse.com/882915", }, { category: "external", summary: "SUSE Bug 912739 for CVE-2013-4238", url: "https://bugzilla.suse.com/912739", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2013-4238", }, { cve: "CVE-2014-2667", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2014-2667", }, ], notes: [ { category: "general", text: "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2014-2667", url: "https://www.suse.com/security/cve/CVE-2014-2667", }, { category: "external", summary: "SUSE Bug 871152 for CVE-2014-2667", url: "https://bugzilla.suse.com/871152", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2014-2667", }, { cve: "CVE-2014-4650", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2014-4650", }, ], notes: [ { category: "general", text: "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2014-4650", url: "https://www.suse.com/security/cve/CVE-2014-4650", }, { category: "external", summary: "SUSE Bug 856835 for CVE-2014-4650", url: "https://bugzilla.suse.com/856835", }, { category: "external", summary: "SUSE Bug 856836 for CVE-2014-4650", url: "https://bugzilla.suse.com/856836", }, { category: "external", summary: "SUSE Bug 863741 for CVE-2014-4650", url: "https://bugzilla.suse.com/863741", }, { category: "external", summary: "SUSE Bug 885882 for CVE-2014-4650", url: "https://bugzilla.suse.com/885882", }, { category: "external", summary: "SUSE Bug 898572 for CVE-2014-4650", url: "https://bugzilla.suse.com/898572", }, { category: "external", summary: "SUSE Bug 912739 for CVE-2014-4650", url: "https://bugzilla.suse.com/912739", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2014-4650", }, { cve: "CVE-2019-20907", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-20907", }, ], notes: [ { category: "general", text: "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-20907", url: "https://www.suse.com/security/cve/CVE-2019-20907", }, { category: "external", summary: "SUSE Bug 1174091 for CVE-2019-20907", url: "https://bugzilla.suse.com/1174091", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2019-20907", }, { cve: "CVE-2019-5010", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-5010", }, ], notes: [ { category: "general", text: "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-5010", url: "https://www.suse.com/security/cve/CVE-2019-5010", }, { category: "external", summary: "SUSE Bug 1122191 for CVE-2019-5010", url: "https://bugzilla.suse.com/1122191", }, { category: "external", summary: "SUSE Bug 1126909 for CVE-2019-5010", url: "https://bugzilla.suse.com/1126909", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2019-5010", }, { cve: "CVE-2019-9947", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9947", }, ], notes: [ { category: "general", text: "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9947", url: "https://www.suse.com/security/cve/CVE-2019-9947", }, { category: "external", summary: "SUSE Bug 1130840 for CVE-2019-9947", url: "https://bugzilla.suse.com/1130840", }, { category: "external", summary: "SUSE Bug 1136184 for CVE-2019-9947", url: "https://bugzilla.suse.com/1136184", }, { category: "external", summary: "SUSE Bug 1155094 for CVE-2019-9947", url: "https://bugzilla.suse.com/1155094", }, { category: "external", summary: "SUSE Bug 1201559 for CVE-2019-9947", url: "https://bugzilla.suse.com/1201559", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", version: "3.0", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2019-9947", }, { cve: "CVE-2020-10735", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-10735", }, ], notes: [ { category: "general", text: "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-10735", url: "https://www.suse.com/security/cve/CVE-2020-10735", }, { category: "external", summary: "SUSE Bug 1203125 for CVE-2020-10735", url: "https://bugzilla.suse.com/1203125", }, { category: "external", summary: "SUSE Bug 1204077 for CVE-2020-10735", url: "https://bugzilla.suse.com/1204077", }, { category: "external", summary: "SUSE Bug 1204096 for CVE-2020-10735", url: "https://bugzilla.suse.com/1204096", }, { category: "external", summary: "SUSE Bug 1204097 for CVE-2020-10735", url: "https://bugzilla.suse.com/1204097", }, { category: "external", summary: "SUSE Bug 1205075 for CVE-2020-10735", url: "https://bugzilla.suse.com/1205075", }, { category: "external", summary: "SUSE Bug 1208131 for CVE-2020-10735", url: "https://bugzilla.suse.com/1208131", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2020-10735", }, { cve: "CVE-2020-15523", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15523", }, ], notes: [ { category: "general", text: "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15523", url: "https://www.suse.com/security/cve/CVE-2020-15523", }, { category: "external", summary: "SUSE Bug 1173745 for CVE-2020-15523", url: "https://bugzilla.suse.com/1173745", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2020-15523", }, { cve: "CVE-2020-15801", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15801", }, ], notes: [ { category: "general", text: "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The <executable-name>._pth file (e.g., the python._pth file) is not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15801", url: "https://www.suse.com/security/cve/CVE-2020-15801", }, { category: "external", summary: "SUSE Bug 1174241 for CVE-2020-15801", url: "https://bugzilla.suse.com/1174241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "critical", }, ], title: "CVE-2020-15801", }, { cve: "CVE-2020-8492", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-8492", }, ], notes: [ { category: "general", text: "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-8492", url: "https://www.suse.com/security/cve/CVE-2020-8492", }, { category: "external", summary: "SUSE Bug 1162367 for CVE-2020-8492", url: "https://bugzilla.suse.com/1162367", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2020-8492", }, { cve: "CVE-2021-23336", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-23336", }, ], notes: [ { category: "general", text: "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-23336", url: "https://www.suse.com/security/cve/CVE-2021-23336", }, { category: "external", summary: "SUSE Bug 1182179 for CVE-2021-23336", url: "https://bugzilla.suse.com/1182179", }, { category: "external", summary: "SUSE Bug 1182379 for CVE-2021-23336", url: "https://bugzilla.suse.com/1182379", }, { category: "external", summary: "SUSE Bug 1182433 for CVE-2021-23336", url: "https://bugzilla.suse.com/1182433", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2021-23336", }, { cve: "CVE-2021-3177", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-3177", }, ], notes: [ { category: "general", text: "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-3177", url: "https://www.suse.com/security/cve/CVE-2021-3177", }, { category: "external", summary: "SUSE Bug 1181126 for CVE-2021-3177", url: "https://bugzilla.suse.com/1181126", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2021-3177", }, { cve: "CVE-2021-3426", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-3426", }, ], notes: [ { category: "general", text: "There's a flaw in Python 3's pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-3426", url: "https://www.suse.com/security/cve/CVE-2021-3426", }, { category: "external", summary: "SUSE Bug 1183374 for CVE-2021-3426", url: "https://bugzilla.suse.com/1183374", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2021-3426", }, { cve: "CVE-2022-25236", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-25236", }, ], notes: [ { category: "general", text: "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-25236", url: "https://www.suse.com/security/cve/CVE-2022-25236", }, { category: "external", summary: "SUSE Bug 1196025 for CVE-2022-25236", url: "https://bugzilla.suse.com/1196025", }, { category: "external", summary: "SUSE Bug 1196784 for CVE-2022-25236", url: "https://bugzilla.suse.com/1196784", }, { category: "external", summary: "SUSE Bug 1197217 for CVE-2022-25236", url: "https://bugzilla.suse.com/1197217", }, { category: "external", summary: "SUSE Bug 1200038 for CVE-2022-25236", url: "https://bugzilla.suse.com/1200038", }, { category: "external", summary: "SUSE Bug 1201735 for CVE-2022-25236", url: "https://bugzilla.suse.com/1201735", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2022-25236", }, { cve: "CVE-2022-42919", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-42919", }, ], notes: [ { category: "general", text: "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-42919", url: "https://www.suse.com/security/cve/CVE-2022-42919", }, { category: "external", summary: "SUSE Bug 1204886 for CVE-2022-42919", url: "https://bugzilla.suse.com/1204886", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2022-42919", }, { cve: "CVE-2022-45061", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-45061", }, ], notes: [ { category: "general", text: "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-45061", url: "https://www.suse.com/security/cve/CVE-2022-45061", }, { category: "external", summary: "SUSE Bug 1205244 for CVE-2022-45061", url: "https://bugzilla.suse.com/1205244", }, { category: "external", summary: "SUSE Bug 1211488 for CVE-2022-45061", url: "https://bugzilla.suse.com/1211488", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2022-45061", }, { cve: "CVE-2023-0286", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-0286", }, ], notes: [ { category: "general", text: "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.\n\n", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-0286", url: "https://www.suse.com/security/cve/CVE-2023-0286", }, { category: "external", summary: "SUSE Bug 1207533 for CVE-2023-0286", url: "https://bugzilla.suse.com/1207533", }, { category: "external", summary: "SUSE Bug 1207569 for CVE-2023-0286", url: "https://bugzilla.suse.com/1207569", }, { category: "external", summary: "SUSE Bug 1211136 for CVE-2023-0286", url: "https://bugzilla.suse.com/1211136", }, { category: "external", summary: "SUSE Bug 1211503 for CVE-2023-0286", url: "https://bugzilla.suse.com/1211503", }, { category: "external", summary: "SUSE Bug 1213146 for CVE-2023-0286", url: "https://bugzilla.suse.com/1213146", }, { category: "external", summary: "SUSE Bug 1214269 for CVE-2023-0286", url: "https://bugzilla.suse.com/1214269", }, { category: "external", summary: "SUSE Bug 1218477 for CVE-2023-0286", url: "https://bugzilla.suse.com/1218477", }, { category: "external", summary: "SUSE Bug 1218967 for CVE-2023-0286", url: "https://bugzilla.suse.com/1218967", }, { category: "external", summary: "SUSE Bug 1225677 for CVE-2023-0286", url: "https://bugzilla.suse.com/1225677", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-24329", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-24329", }, ], notes: [ { category: "general", text: "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-24329", url: "https://www.suse.com/security/cve/CVE-2023-24329", }, { category: "external", summary: "SUSE Bug 1208471 for CVE-2023-24329", url: "https://bugzilla.suse.com/1208471", }, { category: "external", summary: "SUSE Bug 1213553 for CVE-2023-24329", url: "https://bugzilla.suse.com/1213553", }, { category: "external", summary: "SUSE Bug 1213554 for CVE-2023-24329", url: "https://bugzilla.suse.com/1213554", }, { category: "external", summary: "SUSE Bug 1213839 for CVE-2023-24329", url: "https://bugzilla.suse.com/1213839", }, { category: "external", summary: "SUSE Bug 1225672 for CVE-2023-24329", url: "https://bugzilla.suse.com/1225672", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2023-24329", }, { cve: "CVE-2023-2650", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-2650", }, ], notes: [ { category: "general", text: "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with 'n' being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer's certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-2650", url: "https://www.suse.com/security/cve/CVE-2023-2650", }, { category: "external", summary: "SUSE Bug 1211430 for CVE-2023-2650", url: "https://bugzilla.suse.com/1211430", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-2650", }, { 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-27043", url: "https://www.suse.com/security/cve/CVE-2023-27043", }, { category: "external", summary: "SUSE Bug 1210638 for CVE-2023-27043", url: "https://bugzilla.suse.com/1210638", }, { category: "external", summary: "SUSE Bug 1222537 for CVE-2023-27043", url: "https://bugzilla.suse.com/1222537", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-27043", }, { cve: "CVE-2023-40217", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-40217", }, ], notes: [ { category: "general", text: "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won't initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-40217", url: "https://www.suse.com/security/cve/CVE-2023-40217", }, { category: "external", summary: "SUSE Bug 1214692 for CVE-2023-40217", url: "https://bugzilla.suse.com/1214692", }, { category: "external", summary: "SUSE Bug 1217524 for CVE-2023-40217", url: "https://bugzilla.suse.com/1217524", }, { category: "external", summary: "SUSE Bug 1218319 for CVE-2023-40217", url: "https://bugzilla.suse.com/1218319", }, { category: "external", summary: "SUSE Bug 1218476 for CVE-2023-40217", url: "https://bugzilla.suse.com/1218476", }, { category: "external", summary: "SUSE Bug 1218965 for CVE-2023-40217", url: "https://bugzilla.suse.com/1218965", }, { category: "external", summary: "SUSE Bug 1219472 for CVE-2023-40217", url: "https://bugzilla.suse.com/1219472", }, { category: "external", summary: "SUSE Bug 1219713 for CVE-2023-40217", url: "https://bugzilla.suse.com/1219713", }, { category: "external", summary: "SUSE Bug 1221582 for CVE-2023-40217", url: "https://bugzilla.suse.com/1221582", }, { category: "external", summary: "SUSE Bug 1224883 for CVE-2023-40217", url: "https://bugzilla.suse.com/1224883", }, ], 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "important", }, ], title: "CVE-2023-40217", }, { 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-52425", url: "https://www.suse.com/security/cve/CVE-2023-52425", }, { category: "external", summary: "SUSE Bug 1219559 for CVE-2023-52425", url: "https://bugzilla.suse.com/1219559", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-52425", }, { 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're not using Windows or haven't changed the temporary directory location then you aren't 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4030", url: "https://www.suse.com/security/cve/CVE-2024-4030", }, { category: "external", summary: "SUSE Bug 1227152 for CVE-2024-4030", url: "https://bugzilla.suse.com/1227152", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", 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't 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 Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", 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'http.cookies' 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", 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: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14299-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python311-3.11.9-7.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python311-3.11.9-7.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14299", 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/opensuse-su-2024_14299-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python311-3.11.9-7.1 on GA media", tracking: { current_release_date: "2024-08-30T00:00:00Z", generator: { date: "2024-08-30T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14299-1", initial_release_date: "2024-08-30T00:00:00Z", revision_history: [ { date: "2024-08-30T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python311-3.11.9-7.1.aarch64", product: { name: "python311-3.11.9-7.1.aarch64", product_id: "python311-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-32bit-3.11.9-7.1.aarch64", product: { name: "python311-32bit-3.11.9-7.1.aarch64", product_id: "python311-32bit-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.9-7.1.aarch64", product: { name: "python311-curses-3.11.9-7.1.aarch64", product_id: "python311-curses-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-7.1.aarch64", product: { name: "python311-dbm-3.11.9-7.1.aarch64", product_id: "python311-dbm-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.9-7.1.aarch64", product: { name: "python311-idle-3.11.9-7.1.aarch64", product_id: "python311-idle-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.9-7.1.aarch64", product: { name: "python311-tk-3.11.9-7.1.aarch64", product_id: "python311-tk-3.11.9-7.1.aarch64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-7.1.aarch64", product: { name: "python311-x86-64-v3-3.11.9-7.1.aarch64", product_id: "python311-x86-64-v3-3.11.9-7.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python311-3.11.9-7.1.ppc64le", product: { name: "python311-3.11.9-7.1.ppc64le", product_id: "python311-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-32bit-3.11.9-7.1.ppc64le", product: { name: "python311-32bit-3.11.9-7.1.ppc64le", product_id: "python311-32bit-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.9-7.1.ppc64le", product: { name: "python311-curses-3.11.9-7.1.ppc64le", product_id: "python311-curses-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.9-7.1.ppc64le", product: { name: "python311-dbm-3.11.9-7.1.ppc64le", product_id: "python311-dbm-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.9-7.1.ppc64le", product: { name: "python311-idle-3.11.9-7.1.ppc64le", product_id: "python311-idle-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.9-7.1.ppc64le", product: { name: "python311-tk-3.11.9-7.1.ppc64le", product_id: "python311-tk-3.11.9-7.1.ppc64le", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-7.1.ppc64le", product: { name: "python311-x86-64-v3-3.11.9-7.1.ppc64le", product_id: "python311-x86-64-v3-3.11.9-7.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python311-3.11.9-7.1.s390x", product: { name: "python311-3.11.9-7.1.s390x", product_id: "python311-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-32bit-3.11.9-7.1.s390x", product: { name: "python311-32bit-3.11.9-7.1.s390x", product_id: "python311-32bit-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.9-7.1.s390x", product: { name: "python311-curses-3.11.9-7.1.s390x", product_id: "python311-curses-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.9-7.1.s390x", product: { name: "python311-dbm-3.11.9-7.1.s390x", product_id: "python311-dbm-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.9-7.1.s390x", product: { name: "python311-idle-3.11.9-7.1.s390x", product_id: "python311-idle-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.9-7.1.s390x", product: { name: "python311-tk-3.11.9-7.1.s390x", product_id: "python311-tk-3.11.9-7.1.s390x", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-7.1.s390x", product: { name: "python311-x86-64-v3-3.11.9-7.1.s390x", product_id: "python311-x86-64-v3-3.11.9-7.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python311-3.11.9-7.1.x86_64", product: { name: "python311-3.11.9-7.1.x86_64", product_id: "python311-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.9-7.1.x86_64", product: { name: "python311-32bit-3.11.9-7.1.x86_64", product_id: "python311-32bit-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.9-7.1.x86_64", product: { name: "python311-curses-3.11.9-7.1.x86_64", product_id: "python311-curses-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-7.1.x86_64", product: { name: "python311-dbm-3.11.9-7.1.x86_64", product_id: "python311-dbm-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.9-7.1.x86_64", product: { name: "python311-idle-3.11.9-7.1.x86_64", product_id: "python311-idle-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.9-7.1.x86_64", product: { name: "python311-tk-3.11.9-7.1.x86_64", product_id: "python311-tk-3.11.9-7.1.x86_64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-7.1.x86_64", product: { name: "python311-x86-64-v3-3.11.9-7.1.x86_64", product_id: "python311-x86-64-v3-3.11.9-7.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python311-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-7.1.aarch64", }, product_reference: "python311-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-7.1.ppc64le", }, product_reference: "python311-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-7.1.s390x", }, product_reference: "python311-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-7.1.x86_64", }, product_reference: "python311-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.aarch64", }, product_reference: "python311-32bit-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.ppc64le", }, product_reference: "python311-32bit-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.s390x", }, product_reference: "python311-32bit-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.x86_64", }, product_reference: "python311-32bit-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.aarch64", }, product_reference: "python311-curses-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.ppc64le", }, product_reference: "python311-curses-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.s390x", }, product_reference: "python311-curses-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.x86_64", }, product_reference: "python311-curses-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.aarch64", }, product_reference: "python311-dbm-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.ppc64le", }, product_reference: "python311-dbm-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.s390x", }, product_reference: "python311-dbm-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.x86_64", }, product_reference: "python311-dbm-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.aarch64", }, product_reference: "python311-idle-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.ppc64le", }, product_reference: "python311-idle-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.s390x", }, product_reference: "python311-idle-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.x86_64", }, product_reference: "python311-idle-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.aarch64", }, product_reference: "python311-tk-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.ppc64le", }, product_reference: "python311-tk-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.s390x", }, product_reference: "python311-tk-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.x86_64", }, product_reference: "python311-tk-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.aarch64", }, product_reference: "python311-x86-64-v3-3.11.9-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.ppc64le", }, product_reference: "python311-x86-64-v3-3.11.9-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.s390x", }, product_reference: "python311-x86-64-v3-3.11.9-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.x86_64", }, product_reference: "python311-x86-64-v3-3.11.9-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python311-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.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: [ "openSUSE Tumbleweed:python311-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.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: [ "openSUSE Tumbleweed:python311-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-7.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-7.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-30T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
opensuse-su-2024:14298-1
Vulnerability from csaf_opensuse
Notes
{ 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: "python310-3.10.14-7.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python310-3.10.14-7.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14298", 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/opensuse-su-2024_14298-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "python310-3.10.14-7.1 on GA media", tracking: { current_release_date: "2024-08-30T00:00:00Z", generator: { date: "2024-08-30T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14298-1", initial_release_date: "2024-08-30T00:00:00Z", revision_history: [ { date: "2024-08-30T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python310-3.10.14-7.1.aarch64", product: { name: "python310-3.10.14-7.1.aarch64", product_id: "python310-3.10.14-7.1.aarch64", }, }, { category: "product_version", name: "python310-32bit-3.10.14-7.1.aarch64", product: { name: "python310-32bit-3.10.14-7.1.aarch64", product_id: "python310-32bit-3.10.14-7.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.14-7.1.aarch64", product: { name: "python310-curses-3.10.14-7.1.aarch64", product_id: "python310-curses-3.10.14-7.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.14-7.1.aarch64", product: { name: "python310-dbm-3.10.14-7.1.aarch64", product_id: "python310-dbm-3.10.14-7.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.14-7.1.aarch64", product: { name: "python310-idle-3.10.14-7.1.aarch64", product_id: "python310-idle-3.10.14-7.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.14-7.1.aarch64", product: { name: "python310-tk-3.10.14-7.1.aarch64", product_id: "python310-tk-3.10.14-7.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python310-3.10.14-7.1.ppc64le", product: { name: "python310-3.10.14-7.1.ppc64le", product_id: "python310-3.10.14-7.1.ppc64le", }, }, { category: "product_version", name: "python310-32bit-3.10.14-7.1.ppc64le", product: { name: "python310-32bit-3.10.14-7.1.ppc64le", product_id: "python310-32bit-3.10.14-7.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.14-7.1.ppc64le", product: { name: "python310-curses-3.10.14-7.1.ppc64le", product_id: "python310-curses-3.10.14-7.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.14-7.1.ppc64le", product: { name: "python310-dbm-3.10.14-7.1.ppc64le", product_id: "python310-dbm-3.10.14-7.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.14-7.1.ppc64le", product: { name: "python310-idle-3.10.14-7.1.ppc64le", product_id: "python310-idle-3.10.14-7.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.14-7.1.ppc64le", product: { name: "python310-tk-3.10.14-7.1.ppc64le", product_id: "python310-tk-3.10.14-7.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python310-3.10.14-7.1.s390x", product: { name: "python310-3.10.14-7.1.s390x", product_id: "python310-3.10.14-7.1.s390x", }, }, { category: "product_version", name: "python310-32bit-3.10.14-7.1.s390x", product: { name: "python310-32bit-3.10.14-7.1.s390x", product_id: "python310-32bit-3.10.14-7.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.14-7.1.s390x", product: { name: "python310-curses-3.10.14-7.1.s390x", product_id: "python310-curses-3.10.14-7.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.14-7.1.s390x", product: { name: "python310-dbm-3.10.14-7.1.s390x", product_id: "python310-dbm-3.10.14-7.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.14-7.1.s390x", product: { name: "python310-idle-3.10.14-7.1.s390x", product_id: "python310-idle-3.10.14-7.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.14-7.1.s390x", product: { name: "python310-tk-3.10.14-7.1.s390x", product_id: "python310-tk-3.10.14-7.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python310-3.10.14-7.1.x86_64", product: { name: "python310-3.10.14-7.1.x86_64", product_id: "python310-3.10.14-7.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.14-7.1.x86_64", product: { name: "python310-32bit-3.10.14-7.1.x86_64", product_id: "python310-32bit-3.10.14-7.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.14-7.1.x86_64", product: { name: "python310-curses-3.10.14-7.1.x86_64", product_id: "python310-curses-3.10.14-7.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.14-7.1.x86_64", product: { name: "python310-dbm-3.10.14-7.1.x86_64", product_id: "python310-dbm-3.10.14-7.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.14-7.1.x86_64", product: { name: "python310-idle-3.10.14-7.1.x86_64", product_id: "python310-idle-3.10.14-7.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.14-7.1.x86_64", product: { name: "python310-tk-3.10.14-7.1.x86_64", product_id: "python310-tk-3.10.14-7.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python310-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-7.1.aarch64", }, product_reference: "python310-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-7.1.ppc64le", }, product_reference: "python310-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-7.1.s390x", }, product_reference: "python310-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-7.1.x86_64", }, product_reference: "python310-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.aarch64", }, product_reference: "python310-32bit-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.ppc64le", }, product_reference: "python310-32bit-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.s390x", }, product_reference: "python310-32bit-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.x86_64", }, product_reference: "python310-32bit-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.aarch64", }, product_reference: "python310-curses-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.ppc64le", }, product_reference: "python310-curses-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.s390x", }, product_reference: "python310-curses-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.x86_64", }, product_reference: "python310-curses-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.aarch64", }, product_reference: "python310-dbm-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.ppc64le", }, product_reference: "python310-dbm-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.s390x", }, product_reference: "python310-dbm-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.x86_64", }, product_reference: "python310-dbm-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.aarch64", }, product_reference: "python310-idle-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.ppc64le", }, product_reference: "python310-idle-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.s390x", }, product_reference: "python310-idle-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.x86_64", }, product_reference: "python310-idle-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-7.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.aarch64", }, product_reference: "python310-tk-3.10.14-7.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-7.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.ppc64le", }, product_reference: "python310-tk-3.10.14-7.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-7.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.s390x", }, product_reference: "python310-tk-3.10.14-7.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-7.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.x86_64", }, product_reference: "python310-tk-3.10.14-7.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { 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: [ "openSUSE Tumbleweed:python310-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-7.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: [ "openSUSE Tumbleweed:python310-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-7.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: [ "openSUSE Tumbleweed:python310-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-7.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-7.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-30T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:4029-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for SUSE Manager Salt Bundle", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library\n (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Fixed failing x509 tests with OpenSSL < 1.1 \n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Allow NamedLoaderContexts to be returned from loader\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Prevent using SyncWrapper with no reason\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Increase warn_until_date date for code we still support\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Improved error handling with different OpenSSL versions\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Use Pygit2 id instead of deprecated oid in gitfs\n * Added passlib Python module to the bundle\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4029,SUSE-EL-9-CLIENT-TOOLS-2024-4029", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_4029-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4029-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244029-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4029-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "self", summary: "SUSE Bug 1219041", url: "https://bugzilla.suse.com/1219041", }, { category: "self", summary: "SUSE Bug 1220357", url: "https://bugzilla.suse.com/1220357", }, { category: "self", summary: "SUSE Bug 1222842", url: "https://bugzilla.suse.com/1222842", }, { category: "self", summary: "SUSE Bug 1226141", url: "https://bugzilla.suse.com/1226141", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1226469", url: "https://bugzilla.suse.com/1226469", }, { category: "self", summary: "SUSE Bug 1227547", url: "https://bugzilla.suse.com/1227547", }, { category: "self", summary: "SUSE Bug 1228105", url: "https://bugzilla.suse.com/1228105", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229109", url: "https://bugzilla.suse.com/1229109", }, { category: "self", summary: "SUSE Bug 1229539", url: "https://bugzilla.suse.com/1229539", }, { category: "self", summary: "SUSE Bug 1229654", url: "https://bugzilla.suse.com/1229654", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1229873", url: "https://bugzilla.suse.com/1229873", }, { category: "self", summary: "SUSE Bug 1229994", url: "https://bugzilla.suse.com/1229994", }, { category: "self", summary: "SUSE Bug 1229995", url: "https://bugzilla.suse.com/1229995", }, { category: "self", summary: "SUSE Bug 1229996", url: "https://bugzilla.suse.com/1229996", }, { category: "self", summary: "SUSE Bug 1230058", url: "https://bugzilla.suse.com/1230058", }, { category: "self", summary: "SUSE Bug 1230059", url: "https://bugzilla.suse.com/1230059", }, { category: "self", summary: "SUSE Bug 1230322", url: "https://bugzilla.suse.com/1230322", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-3651 page", url: "https://www.suse.com/security/cve/CVE-2024-3651/", }, { category: "self", summary: "SUSE CVE CVE-2024-37891 page", url: "https://www.suse.com/security/cve/CVE-2024-37891/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-5569 page", url: "https://www.suse.com/security/cve/CVE-2024-5569/", }, { category: "self", summary: "SUSE CVE CVE-2024-6345 page", url: "https://www.suse.com/security/cve/CVE-2024-6345/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for SUSE Manager Salt Bundle", tracking: { current_release_date: "2024-11-18T13:29:50Z", generator: { date: "2024-11-18T13:29:50Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4029-1", initial_release_date: "2024-11-18T13:29:50Z", revision_history: [ { date: "2024-11-18T13:29:50Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-base-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-base-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.aarch64", product: { name: "venv-salt-minion-3006.0-1.47.1.aarch64", product_id: "venv-salt-minion-3006.0-1.47.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "saltbundlepy-docker-7.0.0-1.8.1.noarch", product: { name: "saltbundlepy-docker-7.0.0-1.8.1.noarch", product_id: "saltbundlepy-docker-7.0.0-1.8.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-idna-3.4-1.9.2.noarch", product: { name: "saltbundlepy-idna-3.4-1.9.2.noarch", product_id: "saltbundlepy-idna-3.4-1.9.2.noarch", }, }, { category: "product_version", name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", product: { name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", product_id: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", product: { name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", product_id: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", product: { name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", product_id: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", product: { name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", product_id: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.ppc64le", product: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le", product_id: "venv-salt-minion-3006.0-1.47.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-base-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-base-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-curses-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-devel-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-libs-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-tools-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.s390x", product: { name: "venv-salt-minion-3006.0-1.47.1.s390x", product_id: "venv-salt-minion-3006.0-1.47.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-base-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-base-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.x86_64", product: { name: "venv-salt-minion-3006.0-1.47.1.x86_64", product_id: "venv-salt-minion-3006.0-1.47.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE:EL-9:Update:Products:SaltBundle:Update", product: { name: "SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, }, { category: "product_name", name: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product: { name: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-docker-7.0.0-1.8.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", }, product_reference: "saltbundlepy-docker-7.0.0-1.8.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-idna-3.4-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", }, product_reference: "saltbundlepy-idna-3.4-1.9.2.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", }, product_reference: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", }, product_reference: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", }, product_reference: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", }, product_reference: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-1.47.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", }, product_reference: "venv-salt-minion-3006.0-1.47.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-1.47.1.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", }, product_reference: "venv-salt-minion-3006.0-1.47.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-3651", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-3651", }, ], notes: [ { category: "general", text: "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-3651", url: "https://www.suse.com/security/cve/CVE-2024-3651", }, { category: "external", summary: "SUSE Bug 1222842 for CVE-2024-3651", url: "https://bugzilla.suse.com/1222842", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-3651", }, { cve: "CVE-2024-37891", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-37891", }, ], notes: [ { category: "general", text: " urllib3 is a user-friendly HTTP client library for Python. When using urllib3's 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's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't 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's 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't 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's 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's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-37891", url: "https://www.suse.com/security/cve/CVE-2024-37891", }, { category: "external", summary: "SUSE Bug 1226469 for CVE-2024-37891", url: "https://bugzilla.suse.com/1226469", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5569", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-5569", }, ], notes: [ { category: "general", text: "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-5569", url: "https://www.suse.com/security/cve/CVE-2024-5569", }, { category: "external", summary: "SUSE Bug 1227547 for CVE-2024-5569", url: "https://bugzilla.suse.com/1227547", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "low", }, ], title: "CVE-2024-5569", }, { cve: "CVE-2024-6345", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6345", }, ], notes: [ { category: "general", text: "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6345", url: "https://www.suse.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "SUSE Bug 1228105 for CVE-2024-6345", url: "https://bugzilla.suse.com/1228105", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "important", }, ], title: "CVE-2024-6345", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "important", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:3303-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python312", title: "Title of the patch", }, { category: "description", text: "This update for python312 fixes the following issues:\n\n- Update to 3.12.6\n- CVE-2024-6923: Fixed uncontrolled CPU resource consumption when in http.cookies module. (bsc#1228780).\n- CVE-2024-7592: Fixed Email header injection due to unquoted newlines. (bsc#1229596) \n- CVE-2024-6232: Fixed ReDos via excessive backtracking while parsing header values. (bsc#1230227)\n- CVE-2024-8088: Fixed denial of service in zipfile. (bsc#1229704)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3303,SUSE-SLE-Module-Python3-15-SP6-2024-3303,openSUSE-SLE-15.6-2024-3303", 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_3303-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3303-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243303-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3303-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-September/036952.html", }, { category: "self", summary: "SUSE Bug 1227999", url: "https://bugzilla.suse.com/1227999", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229596", url: "https://bugzilla.suse.com/1229596", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1230227", url: "https://bugzilla.suse.com/1230227", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-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 python312", tracking: { current_release_date: "2024-09-18T12:52:26Z", generator: { date: "2024-09-18T12:52:26Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3303-1", initial_release_date: "2024-09-18T12:52:26Z", revision_history: [ { date: "2024-09-18T12:52:26Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", product: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", product_id: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-3.12.6-150600.3.6.1.aarch64", product_id: "python312-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-base-3.12.6-150600.3.6.1.aarch64", product_id: "python312-base-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-curses-3.12.6-150600.3.6.1.aarch64", product_id: "python312-curses-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-dbm-3.12.6-150600.3.6.1.aarch64", product_id: "python312-dbm-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-devel-3.12.6-150600.3.6.1.aarch64", product_id: "python312-devel-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-doc-3.12.6-150600.3.6.1.aarch64", product_id: "python312-doc-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", product_id: "python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-idle-3.12.6-150600.3.6.1.aarch64", product_id: "python312-idle-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-testsuite-3.12.6-150600.3.6.1.aarch64", product_id: "python312-testsuite-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-tk-3.12.6-150600.3.6.1.aarch64", product_id: "python312-tk-3.12.6-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.6-150600.3.6.1.aarch64", product: { name: "python312-tools-3.12.6-150600.3.6.1.aarch64", product_id: "python312-tools-3.12.6-150600.3.6.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product_id: "python312-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.6-150600.3.6.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.6-150600.3.6.1.i586", product: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.i586", product_id: "libpython3_12-1_0-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-3.12.6-150600.3.6.1.i586", product: { name: "python312-3.12.6-150600.3.6.1.i586", product_id: "python312-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.6-150600.3.6.1.i586", product: { name: "python312-base-3.12.6-150600.3.6.1.i586", product_id: "python312-base-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.6-150600.3.6.1.i586", product: { name: "python312-curses-3.12.6-150600.3.6.1.i586", product_id: "python312-curses-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.6-150600.3.6.1.i586", product: { name: "python312-dbm-3.12.6-150600.3.6.1.i586", product_id: "python312-dbm-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.6-150600.3.6.1.i586", product: { name: "python312-devel-3.12.6-150600.3.6.1.i586", product_id: "python312-devel-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.6-150600.3.6.1.i586", product: { name: "python312-doc-3.12.6-150600.3.6.1.i586", product_id: "python312-doc-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.6-150600.3.6.1.i586", product: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.i586", product_id: "python312-doc-devhelp-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.6-150600.3.6.1.i586", product: { name: "python312-idle-3.12.6-150600.3.6.1.i586", product_id: "python312-idle-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.6-150600.3.6.1.i586", product: { name: "python312-testsuite-3.12.6-150600.3.6.1.i586", product_id: "python312-testsuite-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.6-150600.3.6.1.i586", product: { name: "python312-tk-3.12.6-150600.3.6.1.i586", product_id: "python312-tk-3.12.6-150600.3.6.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.6-150600.3.6.1.i586", product: { name: "python312-tools-3.12.6-150600.3.6.1.i586", product_id: "python312-tools-3.12.6-150600.3.6.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", product_id: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-base-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-base-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-curses-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-curses-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-dbm-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-dbm-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-devel-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-devel-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-doc-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-doc-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-idle-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-idle-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-testsuite-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-testsuite-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-tk-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-tk-3.12.6-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.6-150600.3.6.1.ppc64le", product: { name: "python312-tools-3.12.6-150600.3.6.1.ppc64le", product_id: "python312-tools-3.12.6-150600.3.6.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", product: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", product_id: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-3.12.6-150600.3.6.1.s390x", product: { name: "python312-3.12.6-150600.3.6.1.s390x", product_id: "python312-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.6-150600.3.6.1.s390x", product: { name: "python312-base-3.12.6-150600.3.6.1.s390x", product_id: "python312-base-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.6-150600.3.6.1.s390x", product: { name: "python312-curses-3.12.6-150600.3.6.1.s390x", product_id: "python312-curses-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.6-150600.3.6.1.s390x", product: { name: "python312-dbm-3.12.6-150600.3.6.1.s390x", product_id: "python312-dbm-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.6-150600.3.6.1.s390x", product: { name: "python312-devel-3.12.6-150600.3.6.1.s390x", product_id: "python312-devel-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.6-150600.3.6.1.s390x", product: { name: "python312-doc-3.12.6-150600.3.6.1.s390x", product_id: "python312-doc-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", product: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", product_id: "python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.6-150600.3.6.1.s390x", product: { name: "python312-idle-3.12.6-150600.3.6.1.s390x", product_id: "python312-idle-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.6-150600.3.6.1.s390x", product: { name: "python312-testsuite-3.12.6-150600.3.6.1.s390x", product_id: "python312-testsuite-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.6-150600.3.6.1.s390x", product: { name: "python312-tk-3.12.6-150600.3.6.1.s390x", product_id: "python312-tk-3.12.6-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.6-150600.3.6.1.s390x", product: { name: "python312-tools-3.12.6-150600.3.6.1.s390x", product_id: "python312-tools-3.12.6-150600.3.6.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", product: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", product_id: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-3.12.6-150600.3.6.1.x86_64", product_id: "python312-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-32bit-3.12.6-150600.3.6.1.x86_64", product_id: "python312-32bit-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-base-3.12.6-150600.3.6.1.x86_64", product_id: "python312-base-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-base-32bit-3.12.6-150600.3.6.1.x86_64", product_id: "python312-base-32bit-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-curses-3.12.6-150600.3.6.1.x86_64", product_id: "python312-curses-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-dbm-3.12.6-150600.3.6.1.x86_64", product_id: "python312-dbm-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-devel-3.12.6-150600.3.6.1.x86_64", product_id: "python312-devel-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-doc-3.12.6-150600.3.6.1.x86_64", product_id: "python312-doc-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", product_id: "python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-idle-3.12.6-150600.3.6.1.x86_64", product_id: "python312-idle-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-testsuite-3.12.6-150600.3.6.1.x86_64", product_id: "python312-testsuite-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-tk-3.12.6-150600.3.6.1.x86_64", product_id: "python312-tk-3.12.6-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.6-150600.3.6.1.x86_64", product: { name: "python312-tools-3.12.6-150600.3.6.1.x86_64", product_id: "python312-tools-3.12.6-150600.3.6.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.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-base-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-base-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-base-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-base-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.6-150600.3.6.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.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-32bit-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-base-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-base-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-base-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-base-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-32bit-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-base-32bit-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-curses-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-dbm-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-devel-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-doc-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-doc-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-doc-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-doc-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-idle-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-testsuite-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-testsuite-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-testsuite-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-testsuite-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-tk-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.6-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", }, product_reference: "python312-tools-3.12.6-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-18T12:52:26Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't 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 Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.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 Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-18T12:52:26Z", 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'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-18T12:52:26Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.6-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.6-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.6-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-18T12:52:26Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:4020-1
Vulnerability from csaf_suse
Notes
{ 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 < 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's 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's 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's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't 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's 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't 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's 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's `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't 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: "low", }, ], 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't 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'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:3418-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python311", title: "Title of the patch", }, { category: "description", text: "This update for python311 fixes the following issues:\n\n- Update python311 to version 3.11.10.\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3418,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3418,SUSE-SLE-Module-Python3-15-SP5-2024-3418,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3418,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3418,openSUSE-SLE-15.5-2024-3418", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3418-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3418-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243418-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3418-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019511.html", }, { category: "self", summary: "SUSE Bug 1229596", url: "https://bugzilla.suse.com/1229596", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1230227", url: "https://bugzilla.suse.com/1230227", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for python311", tracking: { current_release_date: "2024-09-24T13:38:59Z", generator: { date: "2024-09-24T13:38:59Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3418-1", initial_release_date: "2024-09-24T13:38:59Z", revision_history: [ { date: "2024-09-24T13:38:59Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", product: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", product_id: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-3.11.10-150400.9.35.1.aarch64", product_id: "python311-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-base-3.11.10-150400.9.35.1.aarch64", product_id: "python311-base-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64", product_id: "python311-curses-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64", product_id: "python311-dbm-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64", product_id: "python311-devel-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64", product_id: "python311-doc-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", product_id: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64", product_id: "python311-idle-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-testsuite-3.11.10-150400.9.35.1.aarch64", product_id: "python311-testsuite-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64", product_id: "python311-tk-3.11.10-150400.9.35.1.aarch64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.35.1.aarch64", product: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64", product_id: "python311-tools-3.11.10-150400.9.35.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product: { name: "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product_id: "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product: { name: "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product_id: "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product: { name: "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", product_id: "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.35.1.i586", product: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.i586", product_id: "libpython3_11-1_0-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.35.1.i586", product: { name: "python311-3.11.10-150400.9.35.1.i586", product_id: "python311-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.35.1.i586", product: { name: "python311-base-3.11.10-150400.9.35.1.i586", product_id: "python311-base-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.35.1.i586", product: { name: "python311-curses-3.11.10-150400.9.35.1.i586", product_id: "python311-curses-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.35.1.i586", product: { name: "python311-dbm-3.11.10-150400.9.35.1.i586", product_id: "python311-dbm-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.35.1.i586", product: { name: "python311-devel-3.11.10-150400.9.35.1.i586", product_id: "python311-devel-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.35.1.i586", product: { name: "python311-doc-3.11.10-150400.9.35.1.i586", product_id: "python311-doc-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.35.1.i586", product: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.i586", product_id: "python311-doc-devhelp-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.35.1.i586", product: { name: "python311-idle-3.11.10-150400.9.35.1.i586", product_id: "python311-idle-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.35.1.i586", product: { name: "python311-testsuite-3.11.10-150400.9.35.1.i586", product_id: "python311-testsuite-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.35.1.i586", product: { name: "python311-tk-3.11.10-150400.9.35.1.i586", product_id: "python311-tk-3.11.10-150400.9.35.1.i586", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.35.1.i586", product: { name: "python311-tools-3.11.10-150400.9.35.1.i586", product_id: "python311-tools-3.11.10-150400.9.35.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", product: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", product_id: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-base-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-curses-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-curses-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-devel-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-devel-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-doc-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-doc-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-idle-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-idle-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-testsuite-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-testsuite-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-tk-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-tk-3.11.10-150400.9.35.1.ppc64le", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.35.1.ppc64le", product: { name: "python311-tools-3.11.10-150400.9.35.1.ppc64le", product_id: "python311-tools-3.11.10-150400.9.35.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", product: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", product_id: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.35.1.s390x", product: { name: "python311-3.11.10-150400.9.35.1.s390x", product_id: "python311-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.35.1.s390x", product: { name: "python311-base-3.11.10-150400.9.35.1.s390x", product_id: "python311-base-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.35.1.s390x", product: { name: "python311-curses-3.11.10-150400.9.35.1.s390x", product_id: "python311-curses-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.35.1.s390x", product: { name: "python311-dbm-3.11.10-150400.9.35.1.s390x", product_id: "python311-dbm-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.35.1.s390x", product: { name: "python311-devel-3.11.10-150400.9.35.1.s390x", product_id: "python311-devel-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.35.1.s390x", product: { name: "python311-doc-3.11.10-150400.9.35.1.s390x", product_id: "python311-doc-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", product: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", product_id: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.35.1.s390x", product: { name: "python311-idle-3.11.10-150400.9.35.1.s390x", product_id: "python311-idle-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.35.1.s390x", product: { name: "python311-testsuite-3.11.10-150400.9.35.1.s390x", product_id: "python311-testsuite-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.35.1.s390x", product: { name: "python311-tk-3.11.10-150400.9.35.1.s390x", product_id: "python311-tk-3.11.10-150400.9.35.1.s390x", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.35.1.s390x", product: { name: "python311-tools-3.11.10-150400.9.35.1.s390x", product_id: "python311-tools-3.11.10-150400.9.35.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", product: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", product_id: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", product: { name: "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", product_id: "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-3.11.10-150400.9.35.1.x86_64", product_id: "python311-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-32bit-3.11.10-150400.9.35.1.x86_64", product_id: "python311-32bit-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-base-3.11.10-150400.9.35.1.x86_64", product_id: "python311-base-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-base-32bit-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-base-32bit-3.11.10-150400.9.35.1.x86_64", product_id: "python311-base-32bit-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64", product_id: "python311-curses-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64", product_id: "python311-dbm-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64", product_id: "python311-devel-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64", product_id: "python311-doc-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", product_id: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64", product_id: "python311-idle-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-testsuite-3.11.10-150400.9.35.1.x86_64", product_id: "python311-testsuite-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64", product_id: "python311-tk-3.11.10-150400.9.35.1.x86_64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.35.1.x86_64", product: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64", product_id: "python311-tools-3.11.10-150400.9.35.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product: { name: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-public-cloud:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP5", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-base-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-base-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-base-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", }, product_reference: "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-32bit-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-base-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-base-32bit-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-testsuite-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-testsuite-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-testsuite-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-testsuite-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.35.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T13:38:59Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T13:38:59Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T13:38:59Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:3411-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python39", title: "Title of the patch", }, { category: "description", text: "This update for python39 fixes the following issues:\n\n- Update to 3.9.20:\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3411,SUSE-SLE-Module-Legacy-15-SP5-2024-3411,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3411,SUSE-Storage-7.1-2024-3411,openSUSE-SLE-15.5-2024-3411,openSUSE-SLE-15.6-2024-3411", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3411-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3411-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243411-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3411-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019505.html", }, { category: "self", summary: "SUSE Bug 1229596", url: "https://bugzilla.suse.com/1229596", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1230227", url: "https://bugzilla.suse.com/1230227", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for python39", tracking: { current_release_date: "2024-09-24T07:40:52Z", generator: { date: "2024-09-24T07:40:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3411-1", initial_release_date: "2024-09-24T07:40:52Z", revision_history: [ { date: "2024-09-24T07:40:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", product: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", product_id: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-3.9.20-150300.4.52.1.aarch64", product_id: "python39-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-base-3.9.20-150300.4.52.1.aarch64", product_id: "python39-base-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64", product_id: "python39-curses-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64", product_id: "python39-dbm-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64", product_id: "python39-devel-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-doc-3.9.20-150300.4.52.1.aarch64", product_id: "python39-doc-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", product_id: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64", product_id: "python39-idle-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-testsuite-3.9.20-150300.4.52.1.aarch64", product_id: "python39-testsuite-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64", product_id: "python39-tk-3.9.20-150300.4.52.1.aarch64", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.52.1.aarch64", product: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64", product_id: "python39-tools-3.9.20-150300.4.52.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product: { name: "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product_id: "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product: { name: "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product_id: "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product: { name: "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", product_id: "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.52.1.i586", product: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.i586", product_id: "libpython3_9-1_0-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.52.1.i586", product: { name: "python39-3.9.20-150300.4.52.1.i586", product_id: "python39-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.52.1.i586", product: { name: "python39-base-3.9.20-150300.4.52.1.i586", product_id: "python39-base-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.52.1.i586", product: { name: "python39-curses-3.9.20-150300.4.52.1.i586", product_id: "python39-curses-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.52.1.i586", product: { name: "python39-dbm-3.9.20-150300.4.52.1.i586", product_id: "python39-dbm-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.52.1.i586", product: { name: "python39-devel-3.9.20-150300.4.52.1.i586", product_id: "python39-devel-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.52.1.i586", product: { name: "python39-doc-3.9.20-150300.4.52.1.i586", product_id: "python39-doc-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.52.1.i586", product: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.i586", product_id: "python39-doc-devhelp-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.52.1.i586", product: { name: "python39-idle-3.9.20-150300.4.52.1.i586", product_id: "python39-idle-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.52.1.i586", product: { name: "python39-testsuite-3.9.20-150300.4.52.1.i586", product_id: "python39-testsuite-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.52.1.i586", product: { name: "python39-tk-3.9.20-150300.4.52.1.i586", product_id: "python39-tk-3.9.20-150300.4.52.1.i586", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.52.1.i586", product: { name: "python39-tools-3.9.20-150300.4.52.1.i586", product_id: "python39-tools-3.9.20-150300.4.52.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", product: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", product_id: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-base-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-curses-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-devel-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-devel-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-doc-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-doc-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-idle-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-idle-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-tk-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-tk-3.9.20-150300.4.52.1.ppc64le", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.52.1.ppc64le", product: { name: "python39-tools-3.9.20-150300.4.52.1.ppc64le", product_id: "python39-tools-3.9.20-150300.4.52.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", product: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", product_id: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.52.1.s390x", product: { name: "python39-3.9.20-150300.4.52.1.s390x", product_id: "python39-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.52.1.s390x", product: { name: "python39-base-3.9.20-150300.4.52.1.s390x", product_id: "python39-base-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.52.1.s390x", product: { name: "python39-curses-3.9.20-150300.4.52.1.s390x", product_id: "python39-curses-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.52.1.s390x", product: { name: "python39-dbm-3.9.20-150300.4.52.1.s390x", product_id: "python39-dbm-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.52.1.s390x", product: { name: "python39-devel-3.9.20-150300.4.52.1.s390x", product_id: "python39-devel-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.52.1.s390x", product: { name: "python39-doc-3.9.20-150300.4.52.1.s390x", product_id: "python39-doc-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", product: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", product_id: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.52.1.s390x", product: { name: "python39-idle-3.9.20-150300.4.52.1.s390x", product_id: "python39-idle-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.52.1.s390x", product: { name: "python39-testsuite-3.9.20-150300.4.52.1.s390x", product_id: "python39-testsuite-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.52.1.s390x", product: { name: "python39-tk-3.9.20-150300.4.52.1.s390x", product_id: "python39-tk-3.9.20-150300.4.52.1.s390x", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.52.1.s390x", product: { name: "python39-tools-3.9.20-150300.4.52.1.s390x", product_id: "python39-tools-3.9.20-150300.4.52.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", product: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", product_id: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", product: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", product_id: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-3.9.20-150300.4.52.1.x86_64", product_id: "python39-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-32bit-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-32bit-3.9.20-150300.4.52.1.x86_64", product_id: "python39-32bit-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-base-3.9.20-150300.4.52.1.x86_64", product_id: "python39-base-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64", product_id: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64", product_id: "python39-curses-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64", product_id: "python39-dbm-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64", product_id: "python39-devel-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-doc-3.9.20-150300.4.52.1.x86_64", product_id: "python39-doc-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", product_id: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64", product_id: "python39-idle-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-testsuite-3.9.20-150300.4.52.1.x86_64", product_id: "python39-testsuite-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64", product_id: "python39-tk-3.9.20-150300.4.52.1.x86_64", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.52.1.x86_64", product: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64", product_id: "python39-tools-3.9.20-150300.4.52.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product: { name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-legacy:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp3", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7.1", product: { name: "SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1", product_identification_helper: { cpe: "cpe:/o:suse:ses:7.1", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-base-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-base-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-base-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-base-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-base-32bit-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-doc-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-testsuite-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.52.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T07:40:52Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T07:40:52Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T07:40:52Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:3427-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python311", title: "Title of the patch", }, { category: "description", text: "This update for python311 fixes the following issues:\n\nUpdate python311 to version 3.11.10.\n\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3427,SUSE-SLE-Module-Basesystem-15-SP6-2024-3427,SUSE-SLE-Module-Python3-15-SP6-2024-3427,openSUSE-SLE-15.6-2024-3427", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3427-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3427-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243427-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3427-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019516.html", }, { category: "self", summary: "SUSE Bug 1229596", url: "https://bugzilla.suse.com/1229596", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1230227", url: "https://bugzilla.suse.com/1230227", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for python311", tracking: { current_release_date: "2024-09-24T16:42:50Z", generator: { date: "2024-09-24T16:42:50Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3427-1", initial_release_date: "2024-09-24T16:42:50Z", revision_history: [ { date: "2024-09-24T16:42:50Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", product: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", product_id: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-3.11.10-150600.3.6.1.aarch64", product_id: "python311-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-base-3.11.10-150600.3.6.1.aarch64", product_id: "python311-base-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-curses-3.11.10-150600.3.6.1.aarch64", product_id: "python311-curses-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-dbm-3.11.10-150600.3.6.1.aarch64", product_id: "python311-dbm-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-devel-3.11.10-150600.3.6.1.aarch64", product_id: "python311-devel-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-doc-3.11.10-150600.3.6.1.aarch64", product_id: "python311-doc-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", product_id: "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-idle-3.11.10-150600.3.6.1.aarch64", product_id: "python311-idle-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-testsuite-3.11.10-150600.3.6.1.aarch64", product_id: "python311-testsuite-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-tk-3.11.10-150600.3.6.1.aarch64", product_id: "python311-tk-3.11.10-150600.3.6.1.aarch64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.6.1.aarch64", product: { name: "python311-tools-3.11.10-150600.3.6.1.aarch64", product_id: "python311-tools-3.11.10-150600.3.6.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product: { name: "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product_id: "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product: { name: "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product_id: "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product: { name: "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", product_id: "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.6.1.i586", product: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.i586", product_id: "libpython3_11-1_0-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.6.1.i586", product: { name: "python311-3.11.10-150600.3.6.1.i586", product_id: "python311-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.6.1.i586", product: { name: "python311-base-3.11.10-150600.3.6.1.i586", product_id: "python311-base-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.6.1.i586", product: { name: "python311-curses-3.11.10-150600.3.6.1.i586", product_id: "python311-curses-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.6.1.i586", product: { name: "python311-dbm-3.11.10-150600.3.6.1.i586", product_id: "python311-dbm-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.6.1.i586", product: { name: "python311-devel-3.11.10-150600.3.6.1.i586", product_id: "python311-devel-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.6.1.i586", product: { name: "python311-doc-3.11.10-150600.3.6.1.i586", product_id: "python311-doc-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.6.1.i586", product: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.i586", product_id: "python311-doc-devhelp-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.6.1.i586", product: { name: "python311-idle-3.11.10-150600.3.6.1.i586", product_id: "python311-idle-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.6.1.i586", product: { name: "python311-testsuite-3.11.10-150600.3.6.1.i586", product_id: "python311-testsuite-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.6.1.i586", product: { name: "python311-tk-3.11.10-150600.3.6.1.i586", product_id: "python311-tk-3.11.10-150600.3.6.1.i586", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.6.1.i586", product: { name: "python311-tools-3.11.10-150600.3.6.1.i586", product_id: "python311-tools-3.11.10-150600.3.6.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", product: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", product_id: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-base-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-base-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-curses-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-curses-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-dbm-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-dbm-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-devel-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-devel-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-doc-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-doc-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-idle-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-idle-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-testsuite-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-testsuite-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-tk-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-tk-3.11.10-150600.3.6.1.ppc64le", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.6.1.ppc64le", product: { name: "python311-tools-3.11.10-150600.3.6.1.ppc64le", product_id: "python311-tools-3.11.10-150600.3.6.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", product: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", product_id: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.6.1.s390x", product: { name: "python311-3.11.10-150600.3.6.1.s390x", product_id: "python311-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.6.1.s390x", product: { name: "python311-base-3.11.10-150600.3.6.1.s390x", product_id: "python311-base-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.6.1.s390x", product: { name: "python311-curses-3.11.10-150600.3.6.1.s390x", product_id: "python311-curses-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.6.1.s390x", product: { name: "python311-dbm-3.11.10-150600.3.6.1.s390x", product_id: "python311-dbm-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.6.1.s390x", product: { name: "python311-devel-3.11.10-150600.3.6.1.s390x", product_id: "python311-devel-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.6.1.s390x", product: { name: "python311-doc-3.11.10-150600.3.6.1.s390x", product_id: "python311-doc-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", product: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", product_id: "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.6.1.s390x", product: { name: "python311-idle-3.11.10-150600.3.6.1.s390x", product_id: "python311-idle-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.6.1.s390x", product: { name: "python311-testsuite-3.11.10-150600.3.6.1.s390x", product_id: "python311-testsuite-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.6.1.s390x", product: { name: "python311-tk-3.11.10-150600.3.6.1.s390x", product_id: "python311-tk-3.11.10-150600.3.6.1.s390x", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.6.1.s390x", product: { name: "python311-tools-3.11.10-150600.3.6.1.s390x", product_id: "python311-tools-3.11.10-150600.3.6.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", product: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", product_id: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", product: { name: "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", product_id: "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-3.11.10-150600.3.6.1.x86_64", product_id: "python311-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-32bit-3.11.10-150600.3.6.1.x86_64", product_id: "python311-32bit-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-base-3.11.10-150600.3.6.1.x86_64", product_id: "python311-base-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-base-32bit-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-base-32bit-3.11.10-150600.3.6.1.x86_64", product_id: "python311-base-32bit-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-curses-3.11.10-150600.3.6.1.x86_64", product_id: "python311-curses-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-dbm-3.11.10-150600.3.6.1.x86_64", product_id: "python311-dbm-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-devel-3.11.10-150600.3.6.1.x86_64", product_id: "python311-devel-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-doc-3.11.10-150600.3.6.1.x86_64", product_id: "python311-doc-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", product_id: "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-idle-3.11.10-150600.3.6.1.x86_64", product_id: "python311-idle-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-testsuite-3.11.10-150600.3.6.1.x86_64", product_id: "python311-testsuite-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-tk-3.11.10-150600.3.6.1.x86_64", product_id: "python311-tk-3.11.10-150600.3.6.1.x86_64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.6.1.x86_64", product: { name: "python311-tools-3.11.10-150600.3.6.1.x86_64", product_id: "python311-tools-3.11.10-150600.3.6.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-base-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-base-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-base-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-base-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", }, product_reference: "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-32bit-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-base-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-base-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-base-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-base-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-32bit-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-base-32bit-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-curses-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-dbm-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-devel-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-doc-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-doc-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-doc-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-idle-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-testsuite-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-testsuite-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-testsuite-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-testsuite-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-tk-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", }, product_reference: "python311-tools-3.11.10-150600.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T16:42:50Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T16:42:50Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-24T16:42:50Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:4021-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for SUSE Manager Salt Bundle", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Added passlib Python module to the bundle\n * Allow NamedLoaderContexts to be returned from loader\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Fixed failing x509 tests with OpenSSL < 1.1 \n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Fixed too frequent systemd service restart in test_system test\n * Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)\n * Improved error handling with different OpenSSL versions\n * Increase warn_until_date date for code we still support\n * Prevent using SyncWrapper with no reason\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Use Pygit2 id instead of deprecated oid in gitfs\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4021,SUSE-SLE-Manager-Tools-15-2024-4021,SUSE-SLE-Manager-Tools-For-Micro-5-2024-4021,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2024-4021,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-4021", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_4021-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4021-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244021-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4021-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "self", summary: "SUSE Bug 1219041", url: "https://bugzilla.suse.com/1219041", }, { category: "self", summary: "SUSE Bug 1220357", url: "https://bugzilla.suse.com/1220357", }, { category: "self", summary: "SUSE Bug 1222842", url: "https://bugzilla.suse.com/1222842", }, { category: "self", summary: "SUSE Bug 1226141", url: "https://bugzilla.suse.com/1226141", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1226469", url: "https://bugzilla.suse.com/1226469", }, { category: "self", summary: "SUSE Bug 1227547", url: "https://bugzilla.suse.com/1227547", }, { category: "self", summary: "SUSE Bug 1228105", url: "https://bugzilla.suse.com/1228105", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229109", url: "https://bugzilla.suse.com/1229109", }, { category: "self", summary: "SUSE Bug 1229539", url: "https://bugzilla.suse.com/1229539", }, { category: "self", summary: "SUSE Bug 1229654", url: "https://bugzilla.suse.com/1229654", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1229873", url: "https://bugzilla.suse.com/1229873", }, { category: "self", summary: "SUSE Bug 1229994", url: "https://bugzilla.suse.com/1229994", }, { category: "self", summary: "SUSE Bug 1229995", url: "https://bugzilla.suse.com/1229995", }, { category: "self", summary: "SUSE Bug 1229996", url: "https://bugzilla.suse.com/1229996", }, { category: "self", summary: "SUSE Bug 1230058", url: "https://bugzilla.suse.com/1230058", }, { category: "self", summary: "SUSE Bug 1230059", url: "https://bugzilla.suse.com/1230059", }, { category: "self", summary: "SUSE Bug 1230322", url: "https://bugzilla.suse.com/1230322", }, { category: "self", summary: "SUSE Bug 1231045", url: "https://bugzilla.suse.com/1231045", }, { category: "self", summary: "SUSE Bug 1231697", url: "https://bugzilla.suse.com/1231697", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-3651 page", url: "https://www.suse.com/security/cve/CVE-2024-3651/", }, { category: "self", summary: "SUSE CVE CVE-2024-37891 page", url: "https://www.suse.com/security/cve/CVE-2024-37891/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-5569 page", url: "https://www.suse.com/security/cve/CVE-2024-5569/", }, { category: "self", summary: "SUSE CVE CVE-2024-6345 page", url: "https://www.suse.com/security/cve/CVE-2024-6345/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for SUSE Manager Salt Bundle", tracking: { current_release_date: "2024-11-18T13:25:44Z", generator: { date: "2024-11-18T13:25:44Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4021-1", initial_release_date: "2024-11-18T13:25:44Z", revision_history: [ { date: "2024-11-18T13:25:44Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", product_id: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", product: { name: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", product_id: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", product: { name: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", product_id: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", product: { name: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", product_id: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", product: { name: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", product_id: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", product: { name: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", product_id: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", product: { name: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", product_id: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", product: { name: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", product_id: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", product_id: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.s390x", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x", product_id: "venv-salt-minion-3006.0-150000.3.67.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", product_id: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Manager Client Tools 15", product: { name: "SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15", }, }, { category: "product_name", name: "SUSE Manager Client Tools for SLE Micro 5", product: { name: "SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5", product_identification_helper: { cpe: "cpe:/o:suse:sle-manager-tools-micro:5", }, }, }, { category: "product_name", name: "SUSE Manager Proxy Module 4.3", product: { name: "SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server Module 4.3", product: { name: "SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-server:4.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-3651", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-3651", }, ], notes: [ { category: "general", text: "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-3651", url: "https://www.suse.com/security/cve/CVE-2024-3651", }, { category: "external", summary: "SUSE Bug 1222842 for CVE-2024-3651", url: "https://bugzilla.suse.com/1222842", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-3651", }, { cve: "CVE-2024-37891", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-37891", }, ], notes: [ { category: "general", text: " urllib3 is a user-friendly HTTP client library for Python. When using urllib3's 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's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't 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's 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't 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's 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's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-37891", url: "https://www.suse.com/security/cve/CVE-2024-37891", }, { category: "external", summary: "SUSE Bug 1226469 for CVE-2024-37891", url: "https://bugzilla.suse.com/1226469", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5569", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-5569", }, ], notes: [ { category: "general", text: "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-5569", url: "https://www.suse.com/security/cve/CVE-2024-5569", }, { category: "external", summary: "SUSE Bug 1227547 for CVE-2024-5569", url: "https://bugzilla.suse.com/1227547", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "low", }, ], title: "CVE-2024-5569", }, { cve: "CVE-2024-6345", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6345", }, ], notes: [ { category: "general", text: "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6345", url: "https://www.suse.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "SUSE Bug 1228105 for CVE-2024-6345", url: "https://bugzilla.suse.com/1228105", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "important", }, ], title: "CVE-2024-6345", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "important", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:3357-1
Vulnerability from csaf_suse
Notes
{ 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 python310", title: "Title of the patch", }, { category: "description", text: "This update for python310 fixes the following issues:\n\n- Update to version 3.10.15\n- CVE-2024-8088: Fixed denial of service in zipfile. (bsc#1229704) \n- CVE-2024-7592: Fixed uncontrolled CPU resource consumption when in http.cookies module. (bsc#1229596)\n- CVE-2024-6232: Fixed ReDos via excessive backtracking while parsing header values. (bsc#1230227)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3357,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3357,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3357,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3357,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3357,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3357,openSUSE-SLE-15.5-2024-3357,openSUSE-SLE-15.6-2024-3357", 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_3357-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3357-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243357-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3357-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019483.html", }, { category: "self", summary: "SUSE Bug 1229596", url: "https://bugzilla.suse.com/1229596", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1230227", url: "https://bugzilla.suse.com/1230227", }, { category: "self", summary: "SUSE CVE CVE-2024-6232 page", url: "https://www.suse.com/security/cve/CVE-2024-6232/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for python310", tracking: { current_release_date: "2024-09-20T15:13:09Z", generator: { date: "2024-09-20T15:13:09Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3357-1", initial_release_date: "2024-09-20T15:13:09Z", revision_history: [ { date: "2024-09-20T15:13:09Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", product: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", product_id: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-3.10.15-150400.4.57.1.aarch64", product_id: "python310-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-base-3.10.15-150400.4.57.1.aarch64", product_id: "python310-base-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-curses-3.10.15-150400.4.57.1.aarch64", product_id: "python310-curses-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-dbm-3.10.15-150400.4.57.1.aarch64", product_id: "python310-dbm-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-devel-3.10.15-150400.4.57.1.aarch64", product_id: "python310-devel-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-doc-3.10.15-150400.4.57.1.aarch64", product_id: "python310-doc-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", product_id: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-idle-3.10.15-150400.4.57.1.aarch64", product_id: "python310-idle-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-testsuite-3.10.15-150400.4.57.1.aarch64", product_id: "python310-testsuite-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-tk-3.10.15-150400.4.57.1.aarch64", product_id: "python310-tk-3.10.15-150400.4.57.1.aarch64", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.57.1.aarch64", product: { name: "python310-tools-3.10.15-150400.4.57.1.aarch64", product_id: "python310-tools-3.10.15-150400.4.57.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product: { name: "libpython3_10-1_0-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product_id: "libpython3_10-1_0-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product: { name: "python310-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product_id: "python310-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-base-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product: { name: "python310-base-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", product_id: "python310-base-64bit-3.10.15-150400.4.57.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.57.1.i586", product: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.i586", product_id: "libpython3_10-1_0-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.57.1.i586", product: { name: "python310-3.10.15-150400.4.57.1.i586", product_id: "python310-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.57.1.i586", product: { name: "python310-base-3.10.15-150400.4.57.1.i586", product_id: "python310-base-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.57.1.i586", product: { name: "python310-curses-3.10.15-150400.4.57.1.i586", product_id: "python310-curses-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.57.1.i586", product: { name: "python310-dbm-3.10.15-150400.4.57.1.i586", product_id: "python310-dbm-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.57.1.i586", product: { name: "python310-devel-3.10.15-150400.4.57.1.i586", product_id: "python310-devel-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.57.1.i586", product: { name: "python310-doc-3.10.15-150400.4.57.1.i586", product_id: "python310-doc-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.57.1.i586", product: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.i586", product_id: "python310-doc-devhelp-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.57.1.i586", product: { name: "python310-idle-3.10.15-150400.4.57.1.i586", product_id: "python310-idle-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.57.1.i586", product: { name: "python310-testsuite-3.10.15-150400.4.57.1.i586", product_id: "python310-testsuite-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.57.1.i586", product: { name: "python310-tk-3.10.15-150400.4.57.1.i586", product_id: "python310-tk-3.10.15-150400.4.57.1.i586", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.57.1.i586", product: { name: "python310-tools-3.10.15-150400.4.57.1.i586", product_id: "python310-tools-3.10.15-150400.4.57.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", product: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", product_id: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-base-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-base-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-curses-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-curses-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-devel-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-devel-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-doc-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-doc-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-idle-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-idle-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-tk-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-tk-3.10.15-150400.4.57.1.ppc64le", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.57.1.ppc64le", product: { name: "python310-tools-3.10.15-150400.4.57.1.ppc64le", product_id: "python310-tools-3.10.15-150400.4.57.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", product: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", product_id: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.57.1.s390x", product: { name: "python310-3.10.15-150400.4.57.1.s390x", product_id: "python310-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.57.1.s390x", product: { name: "python310-base-3.10.15-150400.4.57.1.s390x", product_id: "python310-base-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.57.1.s390x", product: { name: "python310-curses-3.10.15-150400.4.57.1.s390x", product_id: "python310-curses-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.57.1.s390x", product: { name: "python310-dbm-3.10.15-150400.4.57.1.s390x", product_id: "python310-dbm-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.57.1.s390x", product: { name: "python310-devel-3.10.15-150400.4.57.1.s390x", product_id: "python310-devel-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.57.1.s390x", product: { name: "python310-doc-3.10.15-150400.4.57.1.s390x", product_id: "python310-doc-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", product: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", product_id: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.57.1.s390x", product: { name: "python310-idle-3.10.15-150400.4.57.1.s390x", product_id: "python310-idle-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.57.1.s390x", product: { name: "python310-testsuite-3.10.15-150400.4.57.1.s390x", product_id: "python310-testsuite-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.57.1.s390x", product: { name: "python310-tk-3.10.15-150400.4.57.1.s390x", product_id: "python310-tk-3.10.15-150400.4.57.1.s390x", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.57.1.s390x", product: { name: "python310-tools-3.10.15-150400.4.57.1.s390x", product_id: "python310-tools-3.10.15-150400.4.57.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", product: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", product_id: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", product: { name: "libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", product_id: "libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-3.10.15-150400.4.57.1.x86_64", product_id: "python310-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-32bit-3.10.15-150400.4.57.1.x86_64", product_id: "python310-32bit-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-base-3.10.15-150400.4.57.1.x86_64", product_id: "python310-base-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64", product_id: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-curses-3.10.15-150400.4.57.1.x86_64", product_id: "python310-curses-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-dbm-3.10.15-150400.4.57.1.x86_64", product_id: "python310-dbm-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-devel-3.10.15-150400.4.57.1.x86_64", product_id: "python310-devel-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-doc-3.10.15-150400.4.57.1.x86_64", product_id: "python310-doc-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", product_id: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-idle-3.10.15-150400.4.57.1.x86_64", product_id: "python310-idle-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-testsuite-3.10.15-150400.4.57.1.x86_64", product_id: "python310-testsuite-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-tk-3.10.15-150400.4.57.1.x86_64", product_id: "python310-tk-3.10.15-150400.4.57.1.x86_64", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.57.1.x86_64", product: { name: "python310-tools-3.10.15-150400.4.57.1.x86_64", product_id: "python310-tools-3.10.15-150400.4.57.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_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.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-base-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.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:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.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:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.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:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.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:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.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:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.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:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.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:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.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:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.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_10-1_0-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.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.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-base-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.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.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.57.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.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-base-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-base-32bit-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-doc-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-testsuite-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.57.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.57.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-6232", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6232", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6232", url: "https://www.suse.com/security/cve/CVE-2024-6232", }, { category: "external", summary: "SUSE Bug 1230227 for CVE-2024-6232", url: "https://bugzilla.suse.com/1230227", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-20T15:13:09Z", details: "moderate", }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-20T15:13:09Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.15-150400.4.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.57.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.57.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-09-20T15:13:09Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
fkie_cve-2024-8088
Vulnerability from fkie_nvd
Vendor | Product | Version |
---|
{ cveTags: [], descriptions: [ { lang: "en", value: "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.", }, { lang: "es", value: "Existe una vulnerabilidad de gravedad ALTA que afecta al módulo \"zipfile\" de CPython. Al iterar sobre nombres de entradas en un archivo zip (por ejemplo, métodos de \"zipfile.ZipFile\" como \"namelist()\", \"iterdir()\", \"extractall()\", etc.), el proceso se puede poner en un infinito bucle con un archivo zip creado con fines malintencionados. Este defecto se aplica al leer solo metadatos o extraer el contenido del archivo zip. Los programas que no manejan archivos zip controlados por el usuario no se ven afectados.", }, ], id: "CVE-2024-8088", lastModified: "2024-11-21T09:52:39.210", metrics: { cvssMetricV40: [ { cvssData: { Automatable: "NO", Recovery: "USER", Safety: "NEGLIGIBLE", attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "NETWORK", availabilityRequirement: "NOT_DEFINED", baseScore: 8.7, baseSeverity: "HIGH", confidentialityRequirement: "NOT_DEFINED", exploitMaturity: "NOT_DEFINED", integrityRequirement: "NOT_DEFINED", modifiedAttackComplexity: "NOT_DEFINED", modifiedAttackRequirements: "NOT_DEFINED", modifiedAttackVector: "NOT_DEFINED", modifiedPrivilegesRequired: "NOT_DEFINED", modifiedSubAvailabilityImpact: "NOT_DEFINED", modifiedSubConfidentialityImpact: "NOT_DEFINED", modifiedSubIntegrityImpact: "NOT_DEFINED", modifiedUserInteraction: "NOT_DEFINED", modifiedVulnAvailabilityImpact: "NOT_DEFINED", modifiedVulnConfidentialityImpact: "NOT_DEFINED", modifiedVulnIntegrityImpact: "NOT_DEFINED", privilegesRequired: "NONE", providerUrgency: "NOT_DEFINED", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:X", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "NONE", vulnIntegrityImpact: "NONE", vulnerabilityResponseEffort: "LOW", }, source: "cna@python.org", type: "Secondary", }, ], }, published: "2024-08-22T19:15:09.720", references: [ { source: "cna@python.org", url: "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/7bc367e464ce50b956dd232c1dfa1cad4e7fb814", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/7e8883a3f04d308302361aeffc73e0e9837f19d4", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/95b073bddefa6243effa08e131e297c0383e7f6a", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/962055268ed4f2ca1d717bfc8b6385de50a23ab7", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/fc0b8259e693caa8400fa8b6ac1e494e47ea7798", }, { source: "cna@python.org", url: "https://github.com/python/cpython/issues/122905", }, { source: "cna@python.org", url: "https://github.com/python/cpython/issues/123270", }, { source: "cna@python.org", url: "https://github.com/python/cpython/pull/122906", }, { source: "cna@python.org", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/08/22/1", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/08/22/4", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/08/23/1", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/08/23/2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://security.netapp.com/advisory/ntap-20241011-0010/", }, ], sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: [ { description: [ { lang: "en", value: "CWE-835", }, ], source: "cna@python.org", type: "Secondary", }, ], }
wid-sec-w-2024-1914
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Python ausnutzen, um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1914 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1914.json", }, { category: "self", summary: "WID-SEC-2024-1914 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1914", }, { category: "external", summary: "Red Hat Bugtracker #2307370 vom 2024-08-22", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "SecList Advisory", url: "https://seclists.org/oss-sec/2024/q3/226", }, { category: "external", summary: "SecList Advisory", url: "https://seclists.org/oss-sec/2024/q3/229", }, { category: "external", summary: "cPython Pull Request 122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "Debian Security Advisory DSA-5759 vom 2024-08-27", url: "https://lists.debian.org/debian-security-announce/2024/msg00172.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-0CF8BAAC55 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0cf8baac55", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-9A940FFE4C vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-9a940ffe4c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-DC7F1D57E4 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-dc7f1d57e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3D656DAFE1 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3d656dafe1", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6140989AAF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6140989aaf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7008B2FEDF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7008b2fedf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F28BEC9F9C vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f28bec9f9c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-EA70424921 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ea70424921", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-8142ADB4A8 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8142adb4a8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-5361EFB19A vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5361efb19a", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E537311F91 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e537311f91", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:5962 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-DAB2A69BE9 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-dab2a69be9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B673D8C70F vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b673d8c70f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AFBA3B5902 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-afba3b5902", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-992047A33F vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-992047a33f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-985017D277 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-985017d277", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-5962 vom 2024-08-30", url: "https://linux.oracle.com/errata/ELSA-2024-5962.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6163 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6163.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6146 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6146.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6179 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6179.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-48FD84DA22 vom 2024-09-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-48fd84da22", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-EBF3FE7BC9 vom 2024-09-08", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ebf3fe7bc9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E887A10DEE vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e887a10dee", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F2FC325C40 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f2fc325c40", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1D0CB3B43F vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1d0cb3b43f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F750328C3B vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f750328c3b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEF755315 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6def755315", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-39D459DD00 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-39d459dd00", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-2B163F9201 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b163f9201", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E453A209E9 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e453a209e9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7A069F48E4 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a069f48e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F7F36C20A2 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f7f36c20a2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F652468298 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f652468298", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AE2925C3AE vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ae2925c3ae", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7DB9258D37 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7db9258d37", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEDBC5CF9 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6dedbc5cf9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-37D9C902DD vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-37d9c902dd", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-308628EBB8 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-308628ebb8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1E6D6F8452 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1e6d6f8452", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-1 vom 2024-09-16", url: "https://ubuntu.com/security/notices/USN-7015-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3303-1 vom 2024-09-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019454.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3357-1 vom 2024-09-22", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LIDNXNV744GNUVXIRCBTY2Q4CIZ3PIEN/", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6962 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6961 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3411-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019505.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3411-1 vom 2024-09-24", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QNXFOIXBCGZTXD6BKYGBL3VDWS6RK6AB/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3427-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019516.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3418-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019511.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6962 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6962.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6961 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6961.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:6962 vom 2024-09-30", url: "https://errata.build.resf.org/RLSA-2024:6962", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-3 vom 2024-10-01", url: "https://ubuntu.com/security/notices/USN-7015-3", }, { category: "external", summary: "NetApp Security Advisory NTAP-20241011-0010 vom 2024-10-11", url: "https://security.netapp.com/advisory/ntap-20241011-0010/", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-4 vom 2024-10-14", url: "https://ubuntu.com/security/notices/USN-7015-4", }, { category: "external", summary: "IBM Security Bulletin 7174912 vom 2024-11-06", url: "https://www.ibm.com/support/pages/node/7174912", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9192 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9371 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9190 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPYTHON3.8-2024-016 vom 2024-11-13", url: "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-016.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4029-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-9190 vom 2024-11-19", url: "https://linux.oracle.com/errata/ELSA-2024-9190.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15283-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019828.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4020-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4026-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019826.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15282-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019829.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4021-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4025-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019827.html", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-5 vom 2024-11-19", url: "https://ubuntu.com/security/notices/USN-7015-5", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-6 vom 2024-11-22", url: "https://ubuntu.com/security/notices/USN-7015-6", }, { category: "external", summary: "Debian Security Advisory DLA-3980 vom 2024-12-02", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html", }, ], source_lang: "en-US", title: "Python: Schwachstelle ermöglicht Denial of Service", tracking: { current_release_date: "2024-12-01T23:00:00.000+00:00", generator: { date: "2024-12-02T11:34:06.603+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2024-1914", initial_release_date: "2024-08-22T22:00:00.000+00:00", revision_history: [ { date: "2024-08-22T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-08-27T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-08-28T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Fedora und Red Hat aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-03T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-05T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-08T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-09T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-10T22:00:00.000+00:00", number: "9", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-16T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-09-18T22:00:00.000+00:00", number: "12", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-22T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-24T22:00:00.000+00:00", number: "15", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-25T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-30T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Rocky Enterprise Software Foundation aufgenommen", }, { date: "2024-10-13T22:00:00.000+00:00", number: "18", summary: "Neue Updates von NetApp aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-11-05T23:00:00.000+00:00", number: "20", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-11T23:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-11-13T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-11-18T23:00:00.000+00:00", number: "23", summary: "Neue Updates von SUSE und Oracle Linux aufgenommen", }, { date: "2024-11-19T23:00:00.000+00:00", number: "24", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-11-21T23:00:00.000+00:00", number: "25", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-12-01T23:00:00.000+00:00", number: "26", summary: "Neue Updates von Debian aufgenommen", }, ], status: "final", version: "26", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version", name: "7.3", product: { name: "IBM AIX 7.3", product_id: "1139691", product_identification_helper: { cpe: "cpe:/o:ibm:aix:7.3", }, }, }, ], category: "product_name", name: "AIX", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "NetApp Data ONTAP", product: { name: "NetApp Data ONTAP", product_id: "7654", product_identification_helper: { cpe: "cpe:/a:netapp:data_ontap:-", }, }, }, ], category: "vendor", name: "NetApp", }, { branches: [ { branches: [ { category: "product_version_range", name: "<=3.13.0", product: { name: "Open Source Python <=3.13.0", product_id: "T037036", }, }, { category: "product_version_range", name: "<=3.13.0", product: { name: "Open Source Python <=3.13.0", product_id: "T037036-fixed", }, }, ], category: "product_name", name: "Python", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2024-8088", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Python. Dieser Fehler besteht im CPython-Modul „zipfile“. Die Iteration über die Namen von Elementen in einem Zip-Archiv kann das Produkt in eine Endlosschleife zwingen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand einer Anwendung zu erzeugen, die das \"zipfile\" Modul nutzt.", }, ], product_status: { known_affected: [ "1139691", "2951", "T002207", "67646", "T000126", "7654", "398363", "T004914", "T032255", "74185", ], last_affected: [ "T037036", ], }, release_date: "2024-08-22T22:00:00.000+00:00", title: "CVE-2024-8088", }, ], }
WID-SEC-W-2024-1914
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Python ausnutzen, um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1914 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1914.json", }, { category: "self", summary: "WID-SEC-2024-1914 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1914", }, { category: "external", summary: "Red Hat Bugtracker #2307370 vom 2024-08-22", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307370", }, { category: "external", summary: "SecList Advisory", url: "https://seclists.org/oss-sec/2024/q3/226", }, { category: "external", summary: "SecList Advisory", url: "https://seclists.org/oss-sec/2024/q3/229", }, { category: "external", summary: "cPython Pull Request 122906", url: "https://github.com/python/cpython/pull/122906", }, { category: "external", summary: "Debian Security Advisory DSA-5759 vom 2024-08-27", url: "https://lists.debian.org/debian-security-announce/2024/msg00172.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-0CF8BAAC55 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0cf8baac55", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-9A940FFE4C vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-9a940ffe4c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-DC7F1D57E4 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-dc7f1d57e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3D656DAFE1 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3d656dafe1", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6140989AAF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6140989aaf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7008B2FEDF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7008b2fedf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F28BEC9F9C vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f28bec9f9c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-EA70424921 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ea70424921", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-8142ADB4A8 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8142adb4a8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-5361EFB19A vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5361efb19a", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E537311F91 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e537311f91", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:5962 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-DAB2A69BE9 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-dab2a69be9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B673D8C70F vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b673d8c70f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AFBA3B5902 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-afba3b5902", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-992047A33F vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-992047a33f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-985017D277 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-985017d277", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-5962 vom 2024-08-30", url: "https://linux.oracle.com/errata/ELSA-2024-5962.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6163 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6163.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6146 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6146.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6179 vom 2024-09-03", url: "https://linux.oracle.com/errata/ELSA-2024-6179.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-48FD84DA22 vom 2024-09-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-48fd84da22", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-EBF3FE7BC9 vom 2024-09-08", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ebf3fe7bc9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E887A10DEE vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e887a10dee", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F2FC325C40 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f2fc325c40", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1D0CB3B43F vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1d0cb3b43f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F750328C3B vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f750328c3b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEF755315 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6def755315", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-39D459DD00 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-39d459dd00", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-2B163F9201 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b163f9201", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E453A209E9 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e453a209e9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7A069F48E4 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a069f48e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F7F36C20A2 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f7f36c20a2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F652468298 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f652468298", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AE2925C3AE vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ae2925c3ae", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7DB9258D37 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7db9258d37", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEDBC5CF9 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6dedbc5cf9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-37D9C902DD vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-37d9c902dd", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-308628EBB8 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-308628ebb8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1E6D6F8452 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1e6d6f8452", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-1 vom 2024-09-16", url: "https://ubuntu.com/security/notices/USN-7015-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3303-1 vom 2024-09-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019454.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3357-1 vom 2024-09-22", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LIDNXNV744GNUVXIRCBTY2Q4CIZ3PIEN/", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6962 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6961 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3411-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019505.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3411-1 vom 2024-09-24", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QNXFOIXBCGZTXD6BKYGBL3VDWS6RK6AB/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3427-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019516.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3418-1 vom 2024-09-24", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019511.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6962 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6962.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6961 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6961.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:6962 vom 2024-09-30", url: "https://errata.build.resf.org/RLSA-2024:6962", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-3 vom 2024-10-01", url: "https://ubuntu.com/security/notices/USN-7015-3", }, { category: "external", summary: "NetApp Security Advisory NTAP-20241011-0010 vom 2024-10-11", url: "https://security.netapp.com/advisory/ntap-20241011-0010/", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-4 vom 2024-10-14", url: "https://ubuntu.com/security/notices/USN-7015-4", }, { category: "external", summary: "IBM Security Bulletin 7174912 vom 2024-11-06", url: "https://www.ibm.com/support/pages/node/7174912", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9192 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9192", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9371 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9371", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9190 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPYTHON3.8-2024-016 vom 2024-11-13", url: "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-016.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4029-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-9190 vom 2024-11-19", url: "https://linux.oracle.com/errata/ELSA-2024-9190.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15283-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019828.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4020-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4026-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019826.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15282-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019829.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4021-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4025-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019827.html", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-5 vom 2024-11-19", url: "https://ubuntu.com/security/notices/USN-7015-5", }, { category: "external", summary: "Ubuntu Security Notice USN-7015-6 vom 2024-11-22", url: "https://ubuntu.com/security/notices/USN-7015-6", }, { category: "external", summary: "Debian Security Advisory DLA-3980 vom 2024-12-02", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html", }, ], source_lang: "en-US", title: "Python: Schwachstelle ermöglicht Denial of Service", tracking: { current_release_date: "2024-12-01T23:00:00.000+00:00", generator: { date: "2024-12-02T11:34:06.603+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2024-1914", initial_release_date: "2024-08-22T22:00:00.000+00:00", revision_history: [ { date: "2024-08-22T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-08-27T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-08-28T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Fedora und Red Hat aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-03T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-05T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-08T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-09T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-10T22:00:00.000+00:00", number: "9", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-16T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-09-18T22:00:00.000+00:00", number: "12", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-22T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-24T22:00:00.000+00:00", number: "15", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-09-25T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-30T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Rocky Enterprise Software Foundation aufgenommen", }, { date: "2024-10-13T22:00:00.000+00:00", number: "18", summary: "Neue Updates von NetApp aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-11-05T23:00:00.000+00:00", number: "20", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-11T23:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-11-13T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-11-18T23:00:00.000+00:00", number: "23", summary: "Neue Updates von SUSE und Oracle Linux aufgenommen", }, { date: "2024-11-19T23:00:00.000+00:00", number: "24", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-11-21T23:00:00.000+00:00", number: "25", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-12-01T23:00:00.000+00:00", number: "26", summary: "Neue Updates von Debian aufgenommen", }, ], status: "final", version: "26", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version", name: "7.3", product: { name: "IBM AIX 7.3", product_id: "1139691", product_identification_helper: { cpe: "cpe:/o:ibm:aix:7.3", }, }, }, ], category: "product_name", name: "AIX", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "NetApp Data ONTAP", product: { name: "NetApp Data ONTAP", product_id: "7654", product_identification_helper: { cpe: "cpe:/a:netapp:data_ontap:-", }, }, }, ], category: "vendor", name: "NetApp", }, { branches: [ { branches: [ { category: "product_version_range", name: "<=3.13.0", product: { name: "Open Source Python <=3.13.0", product_id: "T037036", }, }, { category: "product_version_range", name: "<=3.13.0", product: { name: "Open Source Python <=3.13.0", product_id: "T037036-fixed", }, }, ], category: "product_name", name: "Python", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2024-8088", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Python. Dieser Fehler besteht im CPython-Modul „zipfile“. Die Iteration über die Namen von Elementen in einem Zip-Archiv kann das Produkt in eine Endlosschleife zwingen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand einer Anwendung zu erzeugen, die das \"zipfile\" Modul nutzt.", }, ], product_status: { known_affected: [ "1139691", "2951", "T002207", "67646", "T000126", "7654", "398363", "T004914", "T032255", "74185", ], last_affected: [ "T037036", ], }, release_date: "2024-08-22T22:00:00.000+00:00", title: "CVE-2024-8088", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.